mirror of
https://github.com/bufanyun/hotgo.git
synced 2026-02-16 03:14:26 +08:00
1
This commit is contained in:
@@ -200,10 +200,8 @@
|
||||
positiveText: '确定',
|
||||
negativeText: '取消',
|
||||
onPositiveClick: () => {
|
||||
console.log('DeleteMenu formParams:' + JSON.stringify(formParams));
|
||||
DeleteDict({ ...formParams })
|
||||
.then(async (_res) => {
|
||||
console.log('_res:' + JSON.stringify(_res));
|
||||
message.success('操作成功');
|
||||
// handleReset();
|
||||
await loadData();
|
||||
|
||||
Reference in New Issue
Block a user