|
@@ -190,8 +190,10 @@ const searchItemSelct = () => {
|
|
|
onMounted(() => {
|
|
|
const route = useRoute();
|
|
|
if (route.query && route.query.type) {
|
|
|
- sourceList.value.pagination.status = route.query.type;
|
|
|
- getList();
|
|
|
+ table.value.searchItemSelct(
|
|
|
+ selectConfig.value[1].data[0],
|
|
|
+ selectConfig.value[1]
|
|
|
+ );
|
|
|
} else {
|
|
|
searchItemSelct();
|
|
|
}
|