修改默认标记

This commit is contained in:
ywyonui 2025-07-07 11:50:05 +08:00
parent 28ce872052
commit 690bafe916

View File

@ -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" });