|
|
@@ -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'"
|