|
|
|
@ -156,7 +156,6 @@
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts"> |
|
|
|
|
import { ref, reactive, toRefs, computed, onMounted, nextTick, getCurrentInstance } from 'vue'; |
|
|
|
|
import functions from '@/utils/functions.js'; |
|
|
|
|
import dayjs from 'dayjs'; |
|
|
|
|
import { mapGetters } from 'vuex'; |
|
|
|
|
/** 获取字典 */ |
|
|
|
@ -398,6 +397,9 @@ const searchChange = () => {
|
|
|
|
|
onLoad(); |
|
|
|
|
}; |
|
|
|
|
const tabchange=()=>{ |
|
|
|
|
details.query = {}; |
|
|
|
|
details.page.current = 1; |
|
|
|
|
handleClearTableQuery(details.columnList); |
|
|
|
|
onLoad(); |
|
|
|
|
} |
|
|
|
|
/** 清空表单 */ |
|
|
|
|