瀏覽代碼

修改状态

lex-xin 4 年之前
父節點
當前提交
c1a38cb6c0

+ 1 - 1
src/views/businessManager/orderManager/financeManager.vue

@@ -771,7 +771,7 @@ export default {
     //   }
     // });
     this.$store.dispatch("setBranchs");
-    goodsQuery({ status: 1, rows: 99999 }).then((res) => {
+    goodsQuery({ rows: 99999 }).then((res) => {
       if (res.code === 200) {
         this.shopList = res.data.rows;
       }

+ 1 - 1
src/views/businessManager/orderManager/orderAudit-taoqi/index.vue

@@ -236,7 +236,7 @@ export default {
     // });
     // 获取分部
      this.$store.dispatch("setBranchs");
-    goodsQuery({ status: 1, rows: 99999 }).then((res) => {
+    goodsQuery({ rows: 99999 }).then((res) => {
       if (res.code === 200) {
         this.shopList = res.data.rows;
       }

+ 1 - 1
src/views/businessManager/orderManager/orderAudit/index.vue

@@ -264,7 +264,7 @@ export default {
     // });
     // 获取分部
      this.$store.dispatch("setBranchs");
-    goodsQuery({ status: 1, rows: 99999 }).then((res) => {
+    goodsQuery({ rows: 99999 }).then((res) => {
       if (res.code === 200) {
         this.shopList = res.data.rows;
       }