取消插件参数设置、集成前台任务进入页面时调用生产分类接口。

This commit is contained in:
hyt 2024-04-15 16:29:26 +08:00
parent 7d73239bab
commit e0b2a96cdb
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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