|
@@ -620,8 +620,8 @@ export default {
|
|
|
const arr = ['51', '52', '53'];
|
|
|
// 拜访类任务
|
|
|
if (arr.includes(item.taskTypeId) && item.taskFiledKey === 'temp24') {
|
|
|
- if (this.wmTaskContent['temp10']) {
|
|
|
- return this.wmTaskContent['temp10'];
|
|
|
+ if (data.wmTaskContent['temp10']) {
|
|
|
+ return data.wmTaskContent['temp10'];
|
|
|
}
|
|
|
return data.wmTaskContent['temp24label'];
|
|
|
}
|