|
@@ -705,8 +705,10 @@ export default {
|
|
|
this.$set(this.addForm, 'executorId', res.data.executorId.split(','));
|
|
this.$set(this.addForm, 'executorId', res.data.executorId.split(','));
|
|
|
this.$set(this.addForm, 'imageUrl', {});
|
|
this.$set(this.addForm, 'imageUrl', {});
|
|
|
console.log(this.rootData);
|
|
console.log(this.rootData);
|
|
|
-
|
|
|
|
|
|
|
+ if(res.data.groupId){
|
|
|
this.getUserList({ groupId: res.data.groupId });
|
|
this.getUserList({ groupId: res.data.groupId });
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
// const rep = await getTreeByType(0);
|
|
// const rep = await getTreeByType(0);
|
|
|
// console.log('sasas', res);
|
|
// console.log('sasas', res);
|
|
|
// const ids = this.findTopLevelAncestorId(
|
|
// const ids = this.findTopLevelAncestorId(
|