فهرست منبع

修改是否脱保参数名称

lihongxiao 3 سال پیش
والد
کامیت
99c9a21c5d
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/Letter/Letter.vue

+ 2 - 1
src/views/Letter/Letter.vue

@@ -93,7 +93,7 @@
         </div>
         <div class="csstool">
           <span>是否脱保</span>
-          <el-switch  v-model="carInfo.isOutOfInsurance" active-color="#ee7000"></el-switch>
+          <el-switch  v-model="carInfo.outOfInsurance" active-color="#ee7000"></el-switch>
         </div>
       </div>
       <el-form class="demo-ruleForm" :model="carInfo" ref="carInfo" :rules="rules" label-width="130px" size="small">
@@ -5340,6 +5340,7 @@ export default {
       }
     },
     userOCRjoggle(param) {
+
       const loading = this.$loading({
         lock: true,
         text: "Loading",