This commit is contained in:
jiang 2025-07-17 14:32:45 +08:00
parent 045a447fc8
commit 925a60f5c8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ window.addEventListener("DOMContentLoaded", () => {
ajaxRequest(url, "GET", {}, true, function () { ajaxRequest(url, "GET", {}, true, function () {
}, function (result) { }, function (result) {
if (result.code === 200) { if (result.code === 200) {
params.isFinish === '1' ? result.data.checkType = 0 : result.data.checkType = 2 params.isFinish === '1' ? result.data.type = 0 : result.data.type = 2
setParams(JSON.stringify(result.data)); setParams(JSON.stringify(result.data));
} else { } else {
} }