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','') },