Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0484b558
authored
2023-07-21 14:17:06 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理申请
1 parent
ba2e8cb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
src/views/ywbl/slsqxx/fwsyq/slxx.vue
src/views/ywbl/slsqxx/fdcq2/slxx300.vue
View file @
0484b55
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-2
0 09:30:11
* @LastEditTime: 2023-07-2
1 14:16:07
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -208,7 +208,7 @@
import
{
Init
,
saveData
}
from
"@/api/workflow/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
crea
ted
()
{
moun
ted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
src/views/ywbl/slsqxx/fdcq2/slxxOverview.vue
View file @
0484b55
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-07-2
0 16:12:16
* @LastEditTime: 2023-07-2
1 14:16:25
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -154,7 +154,7 @@
import
{
BatchInit
,
Init
,
saveBatchData
,
saveData
}
from
"@/api/workflow/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
crea
ted
(
callbackfn
,
thisArg
)
{
moun
ted
(
callbackfn
,
thisArg
)
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
@@ -167,12 +167,11 @@
this
.
ruleForm
=
res
.
result
;
this
.
splicingFdcq2Info
();
}
});
})
},
components
:
{
qlrCommonTable
},
computed
:
{
...
mapGetters
([
"dictData"
,
"flag"
])
,
...
mapGetters
([
"dictData"
,
"flag"
])
},
data
()
{
return
{
...
...
src/views/ywbl/slsqxx/fwsyq/slxx.vue
View file @
0484b55
...
...
@@ -191,7 +191,7 @@
import
{
Init
}
from
"@/api/workflow/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
crea
ted
()
{
moun
ted
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
...
...
Please
register
or
sign in
to post a comment