#
whycq
2023-09-09 cd5d58fadfb681f82d00f8ec7628d77a63f39d76
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','')
      },