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()