取消插件参数设置、集成前台任务进入页面时调用生产分类接口。
This commit is contained in:
parent
7d73239bab
commit
e0b2a96cdb
|
@ -267,7 +267,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
openDialog(type, row) {
|
openDialog(type, row) {
|
||||||
this.queryProductClassfy();
|
// this.queryProductClassfy();
|
||||||
this.formRow = configData.formRow;
|
this.formRow = configData.formRow;
|
||||||
this.submitShow = true;
|
this.submitShow = true;
|
||||||
this.isEdit = false
|
this.isEdit = false
|
||||||
|
|
|
@ -176,7 +176,7 @@ export default {
|
||||||
this.$set(this.$refs.basicsForm.ruleForm,'plugName',this.select_dist[val]['pluginName'])
|
this.$set(this.$refs.basicsForm.ruleForm,'plugName',this.select_dist[val]['pluginName'])
|
||||||
},
|
},
|
||||||
openDialog(type, row) {
|
openDialog(type, row) {
|
||||||
this.queryProductClassfy();
|
// this.queryProductClassfy();
|
||||||
this.formRow = configData.formRow;
|
this.formRow = configData.formRow;
|
||||||
this.submitShow = true;
|
this.submitShow = true;
|
||||||
this.isEdit = false
|
this.isEdit = false
|
||||||
|
|
Loading…
Reference in New Issue