Compare commits
2 Commits
11ea29fa2a
...
7c3f5cdc1b
Author | SHA1 | Date | |
---|---|---|---|
|
7c3f5cdc1b | ||
|
0de7e54306 |
@ -321,6 +321,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