Browse Source

进度条恢复

master
cetc 2 days ago
parent
commit
c7d69b8068
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      subpackage/after-sale/activation/activate.vue

+ 4
- 2
subpackage/after-sale/activation/activate.vue View File

@@ -250,6 +250,7 @@
function cmdResult1() {
// tools.showLoadingAlert('正在激活,请等待')
state.progressNum = 10
state.showPopup = true;
const options = {
type: 2, //type: 2,JSON格式提交数据(默认表单形式提交)
showLoading: false,
@@ -279,14 +280,14 @@
console.log("err", err)
errorLog(datas.cmd, JSON.stringify(err), datas.stepNo)
tools.hideLoadingAlert();
state.showPopup = false;
state.disabled = true
});
})
.catch((err) => {
console.log(err);
tools.hideLoadingAlert();
state.showPopup = false;
state.disabled = true
});
}
@@ -313,6 +314,7 @@
console.log("options2222", options)
console.log("二发指令回传==前,/iaw/issue/order/issueCallback", new Date(), options)
//BDS-二发指令回传
requestNew(issueCallback, options)
.then((res) => {
console.log("BDS-二发指令回传 ", res);

Loading…
Cancel
Save