|
@@ -1012,6 +1012,8 @@ export default {
|
|
|
const { userId } = this.$store.getters || {}
|
|
const { userId } = this.$store.getters || {}
|
|
|
switch (buttonType) {
|
|
switch (buttonType) {
|
|
|
case 'search': // 查询
|
|
case 'search': // 查询
|
|
|
|
|
+ // 20250603新增逻辑,数据模板列表查询数据前先清除已选中数据
|
|
|
|
|
+ this.clearSelection()
|
|
|
ActionUtils.setFirstPagination(this.pagination)
|
|
ActionUtils.setFirstPagination(this.pagination)
|
|
|
this.search()
|
|
this.search()
|
|
|
break
|
|
break
|