请求时间修改

feature_0521
LegnaYet 5 years ago
parent 9d03d245cf
commit 5ea54cf402

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

Loading…
Cancel
Save