|
|
|
@ -373,7 +373,6 @@ export default {
|
|
|
|
|
// page: 1,
|
|
|
|
|
// limit: 10,
|
|
|
|
|
},
|
|
|
|
|
isShow: null,
|
|
|
|
|
loading: true,
|
|
|
|
|
list: [],
|
|
|
|
|
isExpandAll: true,
|
|
|
|
@ -462,10 +461,8 @@ export default {
|
|
|
|
|
this.formName = formName;
|
|
|
|
|
if (formName === "edit") {
|
|
|
|
|
this.subData = JSON.parse(JSON.stringify(data));
|
|
|
|
|
this.isShow = true;
|
|
|
|
|
} else if (formName === "add") {
|
|
|
|
|
this.subData = {advanceType: false,spUse:false};
|
|
|
|
|
this.isShow = false;
|
|
|
|
|
}
|
|
|
|
|
this.subFormVisible = true;
|
|
|
|
|
this.getSubThrsysDetailData();
|
|
|
|
|