From da73fe4e7f75eb9e7f1a4f99ca5480287365e642 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 1 Mar 2024 17:01:45 +0800 Subject: [PATCH] =?UTF-8?q?14382=20=E9=9B=86=E5=9B=A2=E5=8D=95=E4=BD=8D=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=B8=8D=E5=A5=BD=E4=BD=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../relevantunits/insert/components/corpInfoEdit.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/relevantunits/insert/components/corpInfoEdit.vue b/src/views/relevantunits/insert/components/corpInfoEdit.vue index 2638717..87c530f 100644 --- a/src/views/relevantunits/insert/components/corpInfoEdit.vue +++ b/src/views/relevantunits/insert/components/corpInfoEdit.vue @@ -542,8 +542,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(',') : '' } // 将数组转为字符串存入数据对象 2023-08-31 存入对象开始 this.form.SELECT_FORM = this.form.SELECT_FORMS.join(',') @@ -553,13 +551,7 @@ export default { if (this.form.MANAGER_DEPARTMENT_ID) { this.form.MANAGER_DEPARTMENT_ID = this.form.MANAGER_DEPARTMENT_ID.join(',') } - /* if (this.form.INDUSTRYALL && this.form.INDUSTRYALL.length > 0) { - this.form.CORP_TYPE = this.form.INDUSTRYALL[0] || '' - this.form.CORP_TYPE2 = this.form.INDUSTRYALL[1] || '' - this.form.CORP_TYPE3 = this.form.INDUSTRYALL[2] || '' - this.form.CORP_TYPE4 = this.form.INDUSTRYALL[3] || '' - this.form.CORP_TYPE_NAME = this.$refs.industryCascader.getCheckedNodes()[0].pathLabels ? this.$refs.industryCascader.getCheckedNodes()[0].pathLabels.join('/') : '' - } */ + this.form.CORP_TYPE = JSON.stringify(this.form.CORP_TYPE) requestFN( '/xgf/corp/editCorpInfo', this.form