yyb
4 天以前 39a59f4b31181904497ecc1db26d1f0183b81d77
pages/storeManagement/CancelMaterialRequisition/index.vue
@@ -171,7 +171,10 @@
          this.$u.toast("取消领料成功");
        })
        .catch((err) => {
          this.$u.toast("取消领料失败");
          uni.showToast({
            title: res.msg || "网络错误,取消领料失败",
            icon: "none",
          });
        });
    },
  },