This commit is contained in:
parent
045a447fc8
commit
925a60f5c8
|
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue