zuozhengqing
2023-11-22 3b2fc427d0b25bd606c261b9d8b6b8a727a0e37b
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 {