|
@@ -83,7 +83,7 @@ export default defineComponent({
|
|
|
]);
|
|
]);
|
|
|
|
|
|
|
|
function onSearch(key) {
|
|
function onSearch(key) {
|
|
|
- eventBus.emit('platListCenter', { sqkzt: statusValue.value, filterValue: keyWord.value, type: props.type });
|
|
|
|
|
|
|
+ eventBus.emit('platListCenter', { sqkzt: statusValue.value, filterValue: keyWord.value, type: props.type, isPage: true });
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const visible = ref(false);
|
|
const visible = ref(false);
|