接口乱码问题修改

This commit is contained in:
冯辉
2025-10-22 13:22:06 +08:00
parent 4f94090b42
commit 20f2038f8c
9 changed files with 10 additions and 10 deletions

View File

@@ -245,7 +245,7 @@ onShow(() => {
});
function initLoad(option) {
const jobId = atob(option.jobId);
const jobId = decodeURIComponent(option.jobId);
if (jobId !== jobIdRef.value) {
jobIdRef.value = jobId;
getDetail(jobId);