feat: 🚀 修复bug
This commit is contained in:
1
src/auto-import.d.ts
vendored
1
src/auto-import.d.ts
vendored
@@ -6,7 +6,6 @@
|
|||||||
export {}
|
export {}
|
||||||
declare global {
|
declare global {
|
||||||
const EffectScope: typeof import("vue")["EffectScope"];
|
const EffectScope: typeof import("vue")["EffectScope"];
|
||||||
const ElMessage: typeof import("element-plus/es")["ElMessage"];
|
|
||||||
const ElMessageBox: typeof import("element-plus/es")["ElMessageBox"];
|
const ElMessageBox: typeof import("element-plus/es")["ElMessageBox"];
|
||||||
const computed: typeof import("vue")["computed"];
|
const computed: typeof import("vue")["computed"];
|
||||||
const createApp: typeof import("vue")["createApp"];
|
const createApp: typeof import("vue")["createApp"];
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ export const handleReload = async (params: any) => {
|
|||||||
const result = await getMaterialListReloadApi({ id });
|
const result = await getMaterialListReloadApi({ id });
|
||||||
if (result?.code === 0) {
|
if (result?.code === 0) {
|
||||||
useMsg("success", "数据刷新成功 !");
|
useMsg("success", "数据刷新成功 !");
|
||||||
proTable.value!.getTableList();
|
proTable?.value!.getTableList();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user