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

Commit

Permalink
remove not use link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Oct 25, 2023
1 parent 6a84849 commit f15128c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/product/info/info.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import {useMessage} from "@/hooks/web/useMessage";
import {useI18n} from "@/hooks/web/useI18n";
import {updateProductStatus} from "@/api/product/product";
import {getCategoryList} from "@/api/product/productCategory";
import {FormState, MeTable, ProductInfo, ProductStockModel, Stock} from "@/views/product/info/model/productInfoModel";
import {UnwrapRef} from "vue/dist/vue";
import {AddProductReq, AddProductStockReq} from "@/api/product/model/productModel";
import {MeTable, ProductInfo, Stock} from "@/views/product/info/model/productInfoModel";
import {AddProductReq} from "@/api/product/model/productModel";

const { t } = useI18n();

Expand Down

0 comments on commit f15128c

Please sign in to comment.