This commit is contained in:
yanran200730
2022-01-20 09:34:50 +08:00
parent b4178e1e49
commit 555cd377ac

View File

@@ -469,7 +469,7 @@ export default {
this.girdInfoStr = ''
this.photoList = [{ url: this.forms.photo }];
if (res.data.girdInfoList) {
res.data.girdInfoList.forEach((e, index) => {
res.data.girdInfoList.forEach((e) => {
this.girdInfoStr = this.girdInfoStr + `${e.checkType === '1' ? '网格员' : '网格长'}-${e.girdName} `
})
}