diff --git a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue index 8964a40431..4beddb0528 100644 --- a/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue +++ b/yxt-as-ui/src/components/publicPage/quickAddCustomer.vue @@ -355,7 +355,6 @@ export default { sid: '', customerOrgName: '', customerOrgSid: '', - customerVehSid: '', customerSid: '', vehMark: '', diff --git a/yxt-as-ui/src/components/publicPage/selectCustomer.vue b/yxt-as-ui/src/components/publicPage/selectCustomer.vue index 7502236f54..95d328798b 100644 --- a/yxt-as-ui/src/components/publicPage/selectCustomer.vue +++ b/yxt-as-ui/src/components/publicPage/selectCustomer.vue @@ -314,7 +314,7 @@ export default { if (this.formobj.customerType !== '' && this.formobj.visitWay !== '') { this.dialogVisible = false if (this.isQuickAdd) { - this.viewState = 2 + this.viewState = 3 this.$refs['divQuickAdd'].showAdd(this.formobj, this.sids[0]) } else { this.viewState = 2