修改字段错误

dev-2.0
shan ao 2025-10-23 22:51:59 +08:00
parent f56f9a0e89
commit 57662f6980
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ export default {
}
for (let i = 0; i < resData.pd.situationList.length; i++) {
if (resData.pd.situationList[i].IMAGE_PATH) {
resData.pd.situationList[i].IMAGE = [{ url: this.$store.state.filePath + resData.pd.situationList[i].IMAGE_PATH, imagePath: situation.IMAGE_PATH}];
resData.pd.situationList[i].IMAGE = [{ url: this.$store.state.filePath + resData.pd.situationList[i].IMAGE_PATH, imagePath: resData.pd.situationList[i].IMAGE_PATH}];
}
}
console.log(resData.pd.inspectorVerifyList)