From cd5d58fadfb681f82d00f8ec7628d77a63f39d76 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 09 九月 2023 13:25:27 +0800
Subject: [PATCH] #

---
 pages/business/cstmr/addCsmtr.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/pages/business/cstmr/addCsmtr.vue b/pages/business/cstmr/addCsmtr.vue
index 6c4624f..569908b 100644
--- a/pages/business/cstmr/addCsmtr.vue
+++ b/pages/business/cstmr/addCsmtr.vue
@@ -50,7 +50,6 @@
 	export default {
 		data() {
 			return {
-				baseUrl: '',
 				cstmrTypes: [],
 				cstmrType: '',
 				directors: [],
@@ -144,10 +143,9 @@
 				// 闇�瑕佸湪onReady涓缃鍒�
 				this.$refs.baseForm.setRules(this.rules)
 		},
-		mounted() {
+		onShow() {
 			// 鑾峰彇鐪佸競鍖�
 			this.citysData = test.citysData
-			this.baseUrl = uni.getStorageSync('baseUrl')
 			this.autoLoad('cstmrType','')
 			this.autoLoad('user','')
 		},

--
Gitblit v1.9.1