@@ -341,6 +341,7 @@
this.show_data = false;
},
commit() {
+ this.loading = true;
let {
staff_id,
censusRegisterProvinceCode,
@@ -388,6 +389,7 @@
for (let key in _json) {
if (_json[key] === '') {
Notify(_message[key]);
+ this.loading = false;
return
}
@@ -395,6 +397,7 @@
for (let key in json) {
if (json[key] === '') {
Notify(message[key]);
@@ -434,7 +437,6 @@
isHubeiTouch,
isCovTouch
};
- this.loading = true;
postAction(backtrackingInfoRegister, data).then(data => {
Toast(data.errmsg);
setTimeout(() => {