whycq
2023-01-10 3930a1d44ab273a6d7155f4fa4163944458c7ca1
pages/business/cstmr/addCsmtr.vue
@@ -50,7 +50,6 @@
   export default {
      data() {
         return {
            baseUrl: '',
            cstmrTypes: [],
            cstmrType: '',
            directors: [],
@@ -147,7 +146,6 @@
      onShow() {
         // 获取省市区
         this.citysData = test.citysData
         this.baseUrl = uni.getStorageSync('baseUrl')
         this.autoLoad('cstmrType','')
         this.autoLoad('user','')
      },