mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
优化编辑商户和商户属性时的传参问题
This commit is contained in:
parent
582d7ba2ec
commit
66b99acdd6
@ -65,6 +65,7 @@
|
||||
}
|
||||
vc.http.apiPost('storeAttr.updateStoreAttr',
|
||||
JSON.stringify(vc.component.editStoreAttr),
|
||||
{},
|
||||
function (json, res) {
|
||||
if (res.status == 200) {
|
||||
$('#editStoreAttrModel').modal('hide');
|
||||
|
||||
@ -106,6 +106,7 @@
|
||||
}
|
||||
vc.http.apiPost('update.store.info',
|
||||
JSON.stringify(vc.component.editStoreInfo),
|
||||
{},
|
||||
function (json, res) {
|
||||
if (res.status == 200) {
|
||||
$('#editStoreModel').modal('hide');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user