From 42866da3c4927fd0b457ef29d7df4e411ec92900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 25 Jan 2024 17:42:20 +0800 Subject: [PATCH] fix 81326 --- .../components/InitialBasicServiceInfo.vue | 1 + .../standardComplianceProcess/modules/SelectStandardDrawer.vue | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue b/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue index 9f20a53a..2c98eee1 100644 --- a/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue +++ b/src/views/workCenter/standardComplianceProcess/components/InitialBasicServiceInfo.vue @@ -157,6 +157,7 @@ export default { this.$set(this.dataSource, 0, data) } this.$emit('standard:change', this.dataSource[0]) + this.$emit('source:change', null) this.$message.success(this.$t('operationSuccessful')) }, handleSourceChange (value, record) { diff --git a/src/views/workCenter/standardComplianceProcess/modules/SelectStandardDrawer.vue b/src/views/workCenter/standardComplianceProcess/modules/SelectStandardDrawer.vue index dba2ee39..df2b3a89 100644 --- a/src/views/workCenter/standardComplianceProcess/modules/SelectStandardDrawer.vue +++ b/src/views/workCenter/standardComplianceProcess/modules/SelectStandardDrawer.vue @@ -303,6 +303,8 @@ export default { showSizeChanger: true, total: 0 } + this.selectedRowKeys = [] + this.selectedRowList = [] }, handleTypeChange () { this.$forceUpdate()