From bf23584dd0de6d78835b8f15d15e497b01f28775 Mon Sep 17 00:00:00 2001 From: "hong.yang" Date: Tue, 10 Oct 2023 11:33:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E5=A4=A7=E5=B1=8F?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=9A=84=E5=86=97=E4=BD=99=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/BigScreenManagement/addDialog.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/data-room-ui/packages/BigScreenManagement/addDialog.vue b/data-room-ui/packages/BigScreenManagement/addDialog.vue index 1e871473..ffa560d0 100644 --- a/data-room-ui/packages/BigScreenManagement/addDialog.vue +++ b/data-room-ui/packages/BigScreenManagement/addDialog.vue @@ -199,13 +199,9 @@ export default { id: '', type: '', name: '', - icon: '', code: '', remark: '', - iconColor: '#007aff', components: '', - style: '', - modelCode: '', formType: '', formConfig: '', pageTemplateId: '' @@ -294,12 +290,9 @@ export default { this.$set(this.dataForm, 'name', resp.name) this.$set(this.dataForm, 'chartList', resp.chartList) this.$set(this.dataForm, 'code', resp.code) - this.$set(this.dataForm, 'icon', resp.icon) - this.$set(this.dataForm, 'iconColor', resp.iconColor) this.$set(this.dataForm, 'id', resp.id) this.$set(this.dataForm, 'parentCode', resp.parentCode === '0' ? '' : resp.parentCode) this.$set(this.dataForm, 'remark', resp.remark) - this.$set(this.dataForm, 'style', resp.style) this.$set(this.dataForm, 'type', resp.type) this.$set(this.dataForm, 'orderNum', nodeData.orderNum) this.$set(this.dataForm, 'pageTemplateId', resp?.pageTemplateId) @@ -315,12 +308,9 @@ export default { this.$set(this.dataForm, 'name', '') this.$set(this.dataForm, 'chartList', []) this.$set(this.dataForm, 'code', '') - this.$set(this.dataForm, 'icon', Icon.getNameList()[0]) - this.$set(this.dataForm, 'iconColor', '#007aff') this.$set(this.dataForm, 'id', '') this.$set(this.dataForm, 'parentCode', parentNode.code) this.$set(this.dataForm, 'remark', '') - this.$set(this.dataForm, 'style', '') this.$set(this.dataForm, 'type', this.dataForm.type) this.$set(this.dataForm, 'orderNum', 0) this.$set(this.dataForm, 'pageTemplateId', '') @@ -352,13 +342,10 @@ export default { className: 'com.gccloud.dataroom.core.module.manage.dto.DataRoomPageDTO', chartList: this.dataForm.chartList, code: this.dataForm.code, - icon: this.dataForm.icon, - iconColor: this.dataForm.iconColor, id: this.dataForm.id, name: this.dataForm.name, parentCode: this.dataForm.parentCode, remark: this.dataForm.remark, - style: this.dataForm.style, type: 'bigScreen', orderNum: this.dataForm.orderNum, pageConfig: {