|
|
@@ -33,6 +33,7 @@ import { getAllTags } from '/@/api/sys/tag';
|
|
|
import eventBus from '/@/utils/eventBus';
|
|
|
import { useAdminStoreOut } from '/@/store/modules/admin';
|
|
|
import { watch } from 'vue';
|
|
|
+import { useModal } from '/@/components/Modal';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'Search',
|
|
|
@@ -86,6 +87,7 @@ export default defineComponent({
|
|
|
eventBus.emit('platListCenter', { sqkzt: statusValue.value, filterValue: keyWord.value, type: props.type, isPage: true });
|
|
|
}
|
|
|
|
|
|
+ const [registerModal, { openModal }] = useModal();
|
|
|
const visible = ref(false);
|
|
|
const showModal = () => {
|
|
|
visible.value = true;
|