测试问题修改

master
zhangdi 10 months ago
parent 910a37b772
commit 974371742c
  1. 8
      src/views/businessManagement/inspection/repair.vue

@ -234,7 +234,7 @@
</div>
<!-- 维修效果确认 -->
<div
v-show="viewType != 'view' && (errorForm.repairStatus == 5 || errorForm.repairStatus == 6 || errorForm.repairStatus == 7 || errorForm.repairStatus == 8)">
v-show=" (errorForm.repairStatus == 5 || errorForm.repairStatus == 6 || errorForm.repairStatus == 7 || errorForm.repairStatus == 8)">
<div style="
color: #101010;
font-size: 20px;
@ -913,9 +913,9 @@ export default {
this.dialogerror = true
this.isEvalute = true
this.errorForm.isOkValidity = ''
this.errorForm.isOkQuality = ''
this.errorForm.isOkSecure = ''
// this.errorForm.isOkValidity = null
// this.errorForm.isOkQuality = null
// this.errorForm.isOkSecure = null
let data = this.checkDeepData(res.data.data.details)
this.completeImgList = this.errorForm.completeImgList == '' ? [] : JSON.parse(this.errorForm.completeImgList)

Loading…
Cancel
Save