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