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