d1280967 by zhaoqian

审核提交目录树刷新,以及范围属性变更按钮权限控制

1 parent 549a2ef0
......@@ -591,7 +591,8 @@
bsm: res.processInstance.title,
source: 2,
auth:'2',
workitemInstanceId:res.workitemInstance.id
workitemInstanceId:res.workitemInstance.id,
ywbsm:res.processInstance.businessId
}
});
} else {
......
......@@ -94,7 +94,8 @@ export default {
return{
getRightTree: this.getRightTree,
getTreeByBsm:this.getTreeByBsm,
getTreeByS:this.getTreeByS
getTreeByS:this.getTreeByS,
getTreeList:this.getTreeList
}
},
data() {
......
......@@ -60,7 +60,7 @@
export default {
name: "",
inject:['getRightTree','getTreeByBsm'],
inject:['getRightTree','getTreeByBsm','getTreeList'],
components: {SearchHead},
props: {},
data() {
......@@ -81,6 +81,7 @@
this.queryData.pageSize=this.pageSize;
this.queryData.pageNo=this.pageNo;
this.getData(this.queryData);
this.getTreeList();
this.$nextTick(()=>{
this.tableHeight = (document.documentElement.clientHeight || document.body.clientHeight) - 332;
})
......