Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
delete not use link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Oct 8, 2023
1 parent 65ac38b commit 74e069d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/views/product/category/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,17 @@

<script lang="ts">
import {defineComponent, nextTick} from 'vue';
import {BasicForm} from "@/components/Form";
import {BasicModal, useModal} from "@/components/Modal";
import {BasicTree,} from "@/components/Tree";
import {useModal} from "@/components/Modal";
import CategoryModal from "@/views/product/category/CategoryModal.vue";
import {BasicTable, TableAction, useTable} from "@/components/Table";
import {getCategoryList, deleteCategory} from "@/api/product/productCategory";
import {columns} from "@/views/product/category/category.data";
import MenuDrawer from "@/views/sys/menu/MenuDrawer.vue";
import AccountModal from "@/views/sys/user/AccountModal.vue";
import {useMessage} from "@/hooks/web/useMessage";
export default defineComponent({
name: 'ProductCategory',
components: {
AccountModal,
MenuDrawer, BasicTable, TableAction, BasicTree, BasicModal, CategoryModal, BasicForm
BasicTable, TableAction, CategoryModal,
},
setup() {
const { createMessage } = useMessage();
Expand Down

0 comments on commit 74e069d

Please sign in to comment.