瀏覽代碼

图片识别异常部主管反馈内容修改

zhujindu 7 月之前
父節點
當前提交
9fe502dcdf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/AIImage/AIImageDetail.vue

+ 2 - 2
src/views/AIImage/AIImageDetail.vue

@@ -50,7 +50,7 @@
         </van-image>
       </div>
     </div>
-    <template v-if="detail.historyFeedback == '0'">
+    <template v-if="detail && detail.historyFeedback == '0'">
       <!-- 旧的识别反馈 -->
       <historyAIImageDetail
         :detail="detail"
@@ -60,7 +60,7 @@
         :photoApproveId="photoApproveId"
         :AIResultOption="AIResultOption"></historyAIImageDetail>
     </template>
-    <template v-if="detail.historyFeedback == '1'">
+    <template v-if="detail && detail.historyFeedback == '1'">
       <!-- 新的识别反馈-调色机 -->
       <AIImageDetailTSJ
         v-if="detail.identifyType == '3'"