feat: 🚀 优化
This commit is contained in:
@@ -11,7 +11,7 @@ const getBoxRestart = async (datas: any, proTable: any) => {
|
|||||||
const result = await getBoxRestartApi({ ids });
|
const result = await getBoxRestartApi({ ids });
|
||||||
if (result.status === 200) {
|
if (result.status === 200) {
|
||||||
msgHtml("操作成功 !");
|
msgHtml("操作成功 !");
|
||||||
proTable.value!.reset();
|
proTable.value!.getTableList();
|
||||||
} else {
|
} else {
|
||||||
msgHtml(result.message);
|
msgHtml(result.message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user