|
|
|
@ -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'; |
|
|
|
|
/** 获取字典 */ |
|
|
|
@ -178,7 +177,7 @@ import { useStore } from 'vuex';
|
|
|
|
|
import { useRouter } from 'vue-router'; |
|
|
|
|
import { ElMessage, ElMessageBox } from 'element-plus'; |
|
|
|
|
import { exportBlob } from '@/api/common'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { getToken } from '@/utils/auth'; |
|
|
|
|
import { dateNow } from '@/utils/date'; |
|
|
|
|
import { |
|
|
|
|
getList, |
|
|
|
@ -398,6 +397,9 @@ const searchChange = () => {
|
|
|
|
|
onLoad(); |
|
|
|
|
}; |
|
|
|
|
const tabchange=()=>{ |
|
|
|
|
details.query = {}; |
|
|
|
|
details.page.current = 1; |
|
|
|
|
handleClearTableQuery(details.columnList); |
|
|
|
|
onLoad(); |
|
|
|
|
} |
|
|
|
|
/** 清空表单 */ |
|
|
|
|