yyb
15 小时以前 a7231fe7bad424604cd698cffc9cbf3c345b4d08
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({