zhangqing пре 1 година
родитељ
комит
9ae97f9795
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/views/materialPlan/components/produceOrder.vue

+ 2 - 2
src/views/materialPlan/components/produceOrder.vue

@@ -31,7 +31,7 @@ export default {
 
       statusOpt: {
         first: [
-          { label: '所有状态', value: '3,2' },
+          { label: '所有状态', value: '1,2,3,4,5,7' },
           { label: '待发布', value: '2' },
           { label: '发布失败', value: '3' },
           { label: '已发布', value: '4' }
@@ -351,7 +351,7 @@ export default {
       }
 
       this.visible = true;
-      await this.reload();
+      // await this.reload();
 
     },