Commit ced412d4 authored by limengyang's avatar limengyang

fix(lmy): 现货删除修改

parent 42fb8108
......@@ -294,6 +294,8 @@
const res = await regionalSpotManageOpsDeleteProductApi(param.value);
if (res.success) {
message.success('删除成功');
selectedRowKeys.value = [];
getList();
delVisibleCancel();
} else {
message.success(res.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment