修改默认标记
This commit is contained in:
parent
28ce872052
commit
690bafe916
@ -190,7 +190,7 @@ const submit = async () => {
|
|||||||
params.xqId = getCurXs.xqId; // 学期ID
|
params.xqId = getCurXs.xqId; // 学期ID
|
||||||
params.jzId = getUser.jzId; // 家长ID
|
params.jzId = getUser.jzId; // 家长ID
|
||||||
}
|
}
|
||||||
params.flag = 1;
|
params.flag = 2;
|
||||||
console.log('提交参数:', params);
|
console.log('提交参数:', params);
|
||||||
jzAddXsQjApi(params).then(() => {
|
jzAddXsQjApi(params).then(() => {
|
||||||
showToast({ title: "提交成功", icon: "success" });
|
showToast({ title: "提交成功", icon: "success" });
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user