d2d493fe by zhaoqian

范围属性变更工作流添加

1 parent 7b737a42
......@@ -328,7 +328,7 @@ export default {
// .catch((error) => {});
let data = {
params:this.ruleForm,
workflowName:'新建1'
workflowName:'新建宗地'
}
createProcessInstance(data)
.then((res) => {
......
......@@ -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:
......