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