保存进度!
This commit is contained in:
@@ -22,7 +22,7 @@ const globalFunction = {
|
|||||||
closeOnPressEscape: false,
|
closeOnPressEscape: false,
|
||||||
type: "warning",
|
type: "warning",
|
||||||
}
|
}
|
||||||
).then(()=>{});
|
).then(() => { });
|
||||||
},
|
},
|
||||||
message: (param) =>
|
message: (param) =>
|
||||||
{
|
{
|
||||||
@@ -36,4 +36,4 @@ export default {
|
|||||||
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;
|
app.config.globalProperties["deleteConfirm"] = globalFunction.deleteConfirm;
|
||||||
app.config.globalProperties["message"] = globalFunction.message;
|
app.config.globalProperties["message"] = globalFunction.message;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user