mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化位置删除问题
This commit is contained in:
parent
111490b988
commit
cc1502ce9a
@ -28,7 +28,7 @@
|
||||
},
|
||||
function (json, res) {
|
||||
let _json = JSON.parse(json);
|
||||
if (_json.code == 200) {
|
||||
if (_json.code == 0) {
|
||||
//关闭model
|
||||
$('#deleteLocationModel').modal('hide');
|
||||
vc.emit('locationManage', 'listLocation', {});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user