Browse Source

完善客户查询--是否确定车架号选择是

zhanglei
yunuo970428 3 years ago
parent
commit
648a148643
  1. 1
      anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/vehicleSelect.vue

1
anrui-buscenter/anrui-buscenter-ui/src/views/kehuguanli/kehuchaxun/vehicleSelect.vue

@ -247,6 +247,7 @@ export default {
sendFinCustomerTrue(this.sids).then((res) => {
if (res.success) {
this.$message({ showClose: true, type: 'success', message: '推送成功' })
this.handleReturn()
}
})
})

Loading…
Cancel
Save