|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div class="controltree-box">
|
|
|
+ <div class="controltree-box" v-loading.fullscreen.lock="fullscreenLoading">
|
|
|
<div class="controltree-w">
|
|
|
<div class="controltree-ul" >
|
|
|
<div class="controltree-li" v-for="(item,index) in treeData" :key="index">
|
|
@@ -473,7 +473,8 @@ export default {
|
|
|
addArgument:{},
|
|
|
//标题名称
|
|
|
titleName:'',
|
|
|
- stepID:''
|
|
|
+ stepID:'',
|
|
|
+ OPid:""
|
|
|
}
|
|
|
},
|
|
|
created(){
|
|
@@ -520,14 +521,14 @@ export default {
|
|
|
// type: 'success',
|
|
|
// offset:50
|
|
|
// });
|
|
|
- // that.fullscreenLoading = false;
|
|
|
+ that.fullscreenLoading = false;
|
|
|
}else{
|
|
|
// that.$message({
|
|
|
// message:res.data.msg,
|
|
|
// type: 'warning',
|
|
|
// offset:50
|
|
|
// });
|
|
|
- // that.fullscreenLoading = false;
|
|
|
+ that.fullscreenLoading = false;
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -740,6 +741,7 @@ export default {
|
|
|
},
|
|
|
mounted(){
|
|
|
this.token=JSON.parse(localStorage.getItem('userinif')).token;
|
|
|
+ this.OPid=JSON.parse(localStorage.getItem('OPid'));
|
|
|
this.ruleForm.CreateUserId=JSON.parse(localStorage.getItem('userinif')).userInfo.userId;
|
|
|
this.getControl()
|
|
|
}
|