From 690bafe9163333df5b7810af3df21bf19efa5817 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Mon, 7 Jul 2025 11:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/base/leave-request/components/xsQjEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/base/leave-request/components/xsQjEdit.vue b/src/pages/base/leave-request/components/xsQjEdit.vue index 42b8f43..39e3371 100644 --- a/src/pages/base/leave-request/components/xsQjEdit.vue +++ b/src/pages/base/leave-request/components/xsQjEdit.vue @@ -190,7 +190,7 @@ const submit = async () => { params.xqId = getCurXs.xqId; // 学期ID params.jzId = getUser.jzId; // 家长ID } - params.flag = 1; + params.flag = 2; console.log('提交参数:', params); jzAddXsQjApi(params).then(() => { showToast({ title: "提交成功", icon: "success" });