zuozhengqing
2023-11-22 386878d3b2c54585c3d572ff34b3d5831d5175a1
src/store/modules/getSupplierName.js
@@ -12,7 +12,7 @@
  },
  actions:{
    getSupplier(context){
      getSupplierList({page:1,pageSize:100}).then((res) => {
      getSupplierList({page:1,pageSize:100,status:1}).then((res) => {
        if (res.code == 200) {
          context.commit("supplierNameList", res.data.list)
        } else {