预约项目添加一个默认
This commit is contained in:
parent
7167f9e2d8
commit
0de7e54306
@ -311,6 +311,10 @@
|
|||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
this.serviceList = res.data
|
this.serviceList = res.data
|
||||||
|
// 设置默认第一个
|
||||||
|
this.service = this.serviceList[0]
|
||||||
|
this.formData.repairType = this.service.value
|
||||||
|
this.info.serviceName = this.service.label
|
||||||
},
|
},
|
||||||
// 选择服务
|
// 选择服务
|
||||||
selectServer(){
|
selectServer(){
|
||||||
|
Loading…
Reference in New Issue
Block a user