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