@@ -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;
}
@@ -236,7 +236,7 @@ export default {
// 获取分部
@@ -264,7 +264,7 @@ export default {