From 0422c83c25a5868f5d6378645b160794325ed79a Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 6 Dec 2023 15:02:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E5=9F=B9=E8=AE=AD?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xgf/insert/components/corpInfoAdd.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/xgf/insert/components/corpInfoAdd.vue b/src/views/xgf/insert/components/corpInfoAdd.vue index ca22578..32e05ed 100644 --- a/src/views/xgf/insert/components/corpInfoAdd.vue +++ b/src/views/xgf/insert/components/corpInfoAdd.vue @@ -436,7 +436,6 @@ export default { this.form.CITY = this.form.POSSESSION[1] || '' this.form.COUNTY = this.form.POSSESSION[2] || '' this.form.VILLAGE = this.form.POSSESSION[3] || '' - // this.form.STREET = this.form.POSSESSION[4] || '' this.form.COMPANY_AREA = this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels ? this.$refs.POSSESSION.getCheckedNodes()[0].pathLabels.join(',') : '' } this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',')