Merge pull request '取消插件参数设置、集成前台任务进入页面时调用生产分类接口。' (#8) from huyt into dev

Reviewed-on: http://192.168.2.237:3000/root/middleground_code_v2/pulls/8
This commit is contained in:
huyt 2024-04-15 16:30:30 +08:00
commit 4f9da00183
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