Commit 47dab6e5 by yiyu.li

bug

parent f997f0e1
...@@ -199,6 +199,7 @@ export default { ...@@ -199,6 +199,7 @@ export default {
{ {
title: "任务编号", title: "任务编号",
key: "taskno", key: "taskno",
width:300
}, },
{ {
title: "产线层级", title: "产线层级",
...@@ -304,6 +305,7 @@ export default { ...@@ -304,6 +305,7 @@ export default {
this.columns1 = this.$time.initTableTitle(this.columns1); this.columns1 = this.$time.initTableTitle(this.columns1);
this.initlevel(); this.initlevel();
this.iniproducts(); this.iniproducts();
this.search(1,10);
}, },
methods: { methods: {
search(page, pagesize) { search(page, pagesize) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment