请求时间修改

feature_0521
LegnaYet 5 years ago
parent 9d03d245cf
commit 5ea54cf402

@ -536,10 +536,14 @@
value.storeId = '' value.storeId = ''
}, },
downloadStoreCode() { downloadStoreCode() {
this.loading = true;
http.downloadStoreCode({}, null); http.downloadStoreCode({}, null);
this.loading = false;
}, },
downloadStoreSellerCode() { downloadStoreSellerCode() {
this.loading = true;
http.downloadStoreSellerCode({}, null); http.downloadStoreSellerCode({}, null);
this.loading = false;
}, },
updateSuccess(response) { updateSuccess(response) {
if (response.code === "0000") { if (response.code === "0000") {

Loading…
Cancel
Save