范围属性变更工作流添加
Showing
2 changed files
with
6 additions
and
6 deletions
| ... | @@ -328,7 +328,7 @@ export default { | ... | @@ -328,7 +328,7 @@ export default { |
| 328 | // .catch((error) => {}); | 328 | // .catch((error) => {}); |
| 329 | let data = { | 329 | let data = { |
| 330 | params:this.ruleForm, | 330 | params:this.ruleForm, |
| 331 | workflowName:'新建1' | 331 | workflowName:'新建宗地' |
| 332 | } | 332 | } |
| 333 | createProcessInstance(data) | 333 | createProcessInstance(data) |
| 334 | .then((res) => { | 334 | .then((res) => { | ... | ... |
| ... | @@ -252,25 +252,25 @@ | ... | @@ -252,25 +252,25 @@ |
| 252 | switch (row.dylx) { | 252 | switch (row.dylx) { |
| 253 | case "zd": | 253 | case "zd": |
| 254 | this.$store.state.zdbsm = res.processInstance.title; | 254 | this.$store.state.zdbsm = res.processInstance.title; |
| 255 | this.getRightTree(res.result,'0,1,2'); | 255 | this.getRightTree(res.processInstance.title,'0,1,2'); |
| 256 | break; | 256 | break; |
| 257 | case "zrz": | 257 | case "zrz": |
| 258 | this.$store.state.zrzbsm = res.processInstance.title; | 258 | this.$store.state.zrzbsm = res.processInstance.title; |
| 259 | this.getTreeByBsm(res.result,row.dylx,'0,1,2'); | 259 | this.getTreeByBsm(res.processInstance.title,row.dylx,'0,1,2'); |
| 260 | break; | 260 | break; |
| 261 | case "h": | 261 | case "h": |
| 262 | case "h0": | 262 | case "h0": |
| 263 | case "h1": | 263 | case "h1": |
| 264 | this.$store.state.hbsm = res.processInstance.title; | 264 | this.$store.state.hbsm = res.processInstance.title; |
| 265 | this.getTreeByBsm(res.result,'h','0,1,2'); | 265 | this.getTreeByBsm(res.processInstance.title,'h','0,1,2'); |
| 266 | break; | 266 | break; |
| 267 | case "dz": | 267 | case "dz": |
| 268 | this.$store.state.dzbsm = res.processInstance.title; | 268 | this.$store.state.dzbsm = res.processInstance.title; |
| 269 | this.getTreeByBsm(res.result,row.dylx,'0,1,2'); | 269 | this.getTreeByBsm(res.processInstance.title,row.dylx,'0,1,2'); |
| 270 | break; | 270 | break; |
| 271 | case "gzw": | 271 | case "gzw": |
| 272 | this.$store.state.dzbsm = res.processInstance.title; | 272 | this.$store.state.dzbsm = res.processInstance.title; |
| 273 | this.getTreeByBsm(res.result,row.dylx,'0,1,2'); | 273 | this.getTreeByBsm(res.processInstance.title,row.dylx,'0,1,2'); |
| 274 | break; | 274 | break; |
| 275 | 275 | ||
| 276 | default: | 276 | default: | ... | ... |
-
Please register or sign in to post a comment