Merge pull request '取消插件参数设置、集成前台任务进入页面时调用生产分类接口。' (#7) from huyt into dev
Reviewed-on: http://192.168.2.237:3000/root/middleground_code_v2/pulls/7
This commit is contained in:
commit
8fe7279ec1
|
@ -95,7 +95,7 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.queryProductClassfy();
|
// this.queryProductClassfy();
|
||||||
this.GetProductionTableData();
|
this.GetProductionTableData();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
@ -95,7 +95,7 @@ export default {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.queryProductClassfy();
|
// this.queryProductClassfy();
|
||||||
this.GetProductionTableData();
|
this.GetProductionTableData();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue