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:
commit
4f9da00183
|
@ -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