|
|
@@ -105,8 +105,10 @@ export default {
|
|
|
return { orgId: d.id, orgName: d.shortName, status: "1" };
|
|
|
});
|
|
|
this.$emit("select", this.info, plan);
|
|
|
- } else {
|
|
|
- this.isShow = true;
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ // this.isShow = true;
|
|
|
this.loading = true;
|
|
|
listByTypes({
|
|
|
orgId: plan.planCreateOrgId,
|
|
|
@@ -117,7 +119,8 @@ export default {
|
|
|
this.info.orgAndStatus = r.data.map((d) => {
|
|
|
return { orgId: d.id, orgName: d.shortName, status: "1" };
|
|
|
});
|
|
|
- this.tableData = this.info.orgAndStatus;
|
|
|
+ this.$emit("select", this.info, plan);
|
|
|
+ // this.tableData = this.info.orgAndStatus;
|
|
|
})
|
|
|
.catch(() => {
|
|
|
this.loading = false;
|