Browse Source

快捷审核

ymz 2 months ago
parent
commit
05f3c6ff82

BIN
dist.zip


+ 2 - 2
src/views/admin/assignPoints/quota/quickAudit.vue

@@ -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'];
       }

+ 2 - 2
src/views/serviceManagement/quickReview/index.vue

@@ -809,8 +809,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 (curr.wmTaskContent['temp10']) {
+          return curr.wmTaskContent['temp10'];
         }
         return curr.taskContent['temp24label'];
       }

+ 2 - 2
src/views/servicePackageMonitoring/riskEventAudit/taskMonitor.vue

@@ -541,8 +541,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 (curr.wmTaskContent['temp10']) {
+          return curr.wmTaskContent['temp10'];
         }
         return curr.wmTaskContent['temp24label'];
       }