mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:13:26 +08:00
Merge branch 'feat/fix_vue_code_del' into 'master'
fix vue gen list delete See merge request jianweie/coreshoppro!22
This commit is contained in:
@@ -191,6 +191,7 @@ const onCancelDeleteDataModal = () => {
|
||||
|
||||
/** 删除数据后回调*/
|
||||
const onSuccessDeleteData = () => {
|
||||
state.deleteConfirmModalVisible = false;
|
||||
store.commit("{{ModelClassName}}/deleteDataById", state.deleteDataparams.id);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user