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