Compare commits

..
Author SHA1 Message Date
zlf 74736897ca 去掉企微验证 2026-08-17 10:17:46 +08:00
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
async nextStep() {
if (!this.clickFlag) return;
if(!this.wechatId) {
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name, phone: this.formPayload.linkPhone });
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name });
this.wechatId = res?.data?.wechatId;
}
/*if (!this.wechatId) {
+7 -5
View File
@@ -145,6 +145,7 @@
:key="item.name"
:label="item.name"
:value="item.value"
:disabled="item.value == 1 && !virtualVehicleLocked"
>
</el-option>
</el-select>
@@ -536,8 +537,6 @@ export default {
name: '一般平板车',
value: 2
},{
name:'斜落一体平板车',
value: 11 },{
name: '全落地平板车',
value: 3
},{
@@ -562,6 +561,9 @@ export default {
{
name:'箱式拖车',
value: 10 },
{
name:'斜落一体平板车',
value: 11 },
],
vehicleLicenseOptions: [{
@@ -573,15 +575,15 @@ export default {
}, {
name: '绿牌',
value: 3
}, {
name: '黄绿牌',
value: 6
}, {
name: '临牌',
value: 4
}, {
name: '其他',
value: 5
}, {
name: '黄绿牌',
value: 6
}],
virtualVehicleOptions: [{
name: '自有车辆',