Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
d2d493fe
authored
2021-01-28 14:23:40 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
范围属性变更工作流添加
1 parent
7b737a42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/panel/create/index.vue
src/views/panel/modify/index.vue
src/views/panel/create/index.vue
View file @
d2d493f
...
...
@@ -328,7 +328,7 @@ export default {
// .catch((error) => {});
let
data
=
{
params
:
this
.
ruleForm
,
workflowName
:
'新建
1
'
workflowName
:
'新建
宗地
'
}
createProcessInstance
(
data
)
.
then
((
res
)
=>
{
...
...
src/views/panel/modify/index.vue
View file @
d2d493f
...
...
@@ -252,25 +252,25 @@
switch
(
row
.
dylx
)
{
case
"zd"
:
this
.
$store
.
state
.
zdbsm
=
res
.
processInstance
.
title
;
this
.
getRightTree
(
res
.
result
,
'0,1,2'
);
this
.
getRightTree
(
res
.
processInstance
.
title
,
'0,1,2'
);
break
;
case
"zrz"
:
this
.
$store
.
state
.
zrzbsm
=
res
.
processInstance
.
title
;
this
.
getTreeByBsm
(
res
.
result
,
row
.
dylx
,
'0,1,2'
);
this
.
getTreeByBsm
(
res
.
processInstance
.
title
,
row
.
dylx
,
'0,1,2'
);
break
;
case
"h"
:
case
"h0"
:
case
"h1"
:
this
.
$store
.
state
.
hbsm
=
res
.
processInstance
.
title
;
this
.
getTreeByBsm
(
res
.
result
,
'h'
,
'0,1,2'
);
this
.
getTreeByBsm
(
res
.
processInstance
.
title
,
'h'
,
'0,1,2'
);
break
;
case
"dz"
:
this
.
$store
.
state
.
dzbsm
=
res
.
processInstance
.
title
;
this
.
getTreeByBsm
(
res
.
result
,
row
.
dylx
,
'0,1,2'
);
this
.
getTreeByBsm
(
res
.
processInstance
.
title
,
row
.
dylx
,
'0,1,2'
);
break
;
case
"gzw"
:
this
.
$store
.
state
.
dzbsm
=
res
.
processInstance
.
title
;
this
.
getTreeByBsm
(
res
.
result
,
row
.
dylx
,
'0,1,2'
);
this
.
getTreeByBsm
(
res
.
processInstance
.
title
,
row
.
dylx
,
'0,1,2'
);
break
;
default
:
...
...
Please
register
or
sign in
to post a comment