|
|
@@ -245,7 +245,10 @@ export default {
|
|
|
this.id = row.id;
|
|
|
this.orgId = row.orgId;
|
|
|
this.disabled = true;
|
|
|
- this.getData();
|
|
|
+ getDept(row.orgId).then(res=>{
|
|
|
+ this.orgList.push(res.data);
|
|
|
+ this.getData();
|
|
|
+ });
|
|
|
},
|
|
|
onSubmit() {
|
|
|
if (this.formData.orgIds.length < 1) {
|
|
|
@@ -339,6 +342,7 @@ export default {
|
|
|
this.checkMsg=null;
|
|
|
this.centerDialogVisiblea=false;
|
|
|
this.centerDialogVisible=false;
|
|
|
+ this.orgList=[];
|
|
|
this.isShow = false;
|
|
|
},
|
|
|
},
|