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