修改字段错误
parent
f56f9a0e89
commit
57662f6980
|
|
@ -602,7 +602,7 @@ export default {
|
||||||
}
|
}
|
||||||
for (let i = 0; i < resData.pd.situationList.length; i++) {
|
for (let i = 0; i < resData.pd.situationList.length; i++) {
|
||||||
if (resData.pd.situationList[i].IMAGE_PATH) {
|
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)
|
console.log(resData.pd.inspectorVerifyList)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue