修改部门和仓库页面问题

ywj_dev
郑明梁 2 years ago
parent eace895085
commit eec4e04eda

@ -499,7 +499,7 @@ export default {
subAddDeptDialog(row) {
this.formName = "add";
this.formVisible = true;
this.isShow = false;
this.isShow = true;
this.formData = {
pid: row.id,
pcode: row.code,

@ -464,7 +464,7 @@ export default {
this.subData = JSON.parse(JSON.stringify(data));
this.isShow = true;
} else if (formName === "add") {
this.subData = {advanceType: false,};
this.subData = {advanceType: false,spUse:false};
this.isShow = false;
}
this.subFormVisible = true;

Loading…
Cancel
Save