This commit is contained in:
parent
045a447fc8
commit
925a60f5c8
|
|
@ -27,7 +27,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||
ajaxRequest(url, "GET", {}, true, function () {
|
||||
}, function (result) {
|
||||
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));
|
||||
} else {
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue