zuozhengqing
2023-11-16 519fd6dc67a4db8fdba7e63b61fc6cc0e28f04c1
src/views/supplierManage/supplier/AddSupplier.vue
@@ -299,7 +299,7 @@
        page: 1,
        pageSize: 100
      }).then((res) => {
        this.supplierTypeOptions = res.data.data.list
        this.supplierTypeOptions = res.data.list
      })
    },
    // 所属行业
@@ -308,7 +308,7 @@
        page: 1,
        pageSize: 100
      }).then((res) => {
        this.industryOptions = res.data.data.list
        this.industryOptions = res.data.list
      })
    },
    handleClose() {