yyb
13 小时以前 a7231fe7bad424604cd698cffc9cbf3c345b4d08
核磅录入铜杆提交时报错信息弹框展示
已修改1个文件
5 ■■■■■ 文件已修改
pages/wareHouse/nuclearScale/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/wareHouse/nuclearScale/index.vue
@@ -479,7 +479,8 @@
          };
        })
        .catch((err) => {
          uni.hideLoading();
          console.log("err", err);
          // uni.hideLoading();
          uni.showModal({
            title: "提示",
            content: err.message || "网络异常,请重试",
@@ -510,7 +511,7 @@
          // this.ScanCodeRecord.unshift(Obj);
          this.$refs.saveForm.cancel();
        })
        .catch(() => {
        .catch((err) => {
          uni.hideLoading();
          this.$refs.saveForm.cancel();
          uni.showModal({