From 1bf9251da32204edbb2dae1f36e15fd0cc0b2c1c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 2 Sep 2026 10:20:32 +0800 Subject: [PATCH] =?UTF-8?q?2026-09-02=20=E7=89=A9=E6=96=99=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E7=AE=A1=E7=90=86=E5=92=8C=E7=89=A9=E6=96=99=E5=88=86?= =?UTF-8?q?=E7=BB=84=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partGroupInformation.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/modules/part/partGroupInformation.vue b/src/views/modules/part/partGroupInformation.vue index 6ef22e1..5087ffc 100644 --- a/src/views/modules/part/partGroupInformation.vue +++ b/src/views/modules/part/partGroupInformation.vue @@ -414,6 +414,7 @@ export default { createBy: this.$store.state.user.name, groupId: '', groupName: '', + showInQueryFlag: 'Y', active: 'Y', } this.modalDisableFlag = false @@ -430,6 +431,7 @@ export default { site: row.site, groupId: row.groupId, groupName: row.groupName, + showInQueryFlag: row.showInQueryFlag, active: row.active, updateBy: this.$store.state.user.name, } @@ -454,6 +456,10 @@ export default { this.$message.warning('请选择是否可用!') return } + if (this.modalData.showInQueryFlag === '' || this.modalData.showInQueryFlag == null) { + this.$message.warning('请选择是否显示!') + return + } if (this.modalData.flag === '1') { partGroupInformationSave(this.modalData).then(({data}) => { if (data && data.code === 0) {