修改
This commit is contained in:
parent
e2a0a38ea5
commit
d2798471bb
@ -328,6 +328,10 @@
|
|||||||
introductionList(this.nurseStationId).then(res => {
|
introductionList(this.nurseStationId).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.Banners = []
|
this.Banners = []
|
||||||
|
this.tabList = [{
|
||||||
|
name: '全部',
|
||||||
|
id: ''
|
||||||
|
}]
|
||||||
this.serveinfo()
|
this.serveinfo()
|
||||||
this.productinfo()
|
this.productinfo()
|
||||||
res.data.morningOpenStartTime = res.data.morningOpenStartTime.slice(0, 5)
|
res.data.morningOpenStartTime = res.data.morningOpenStartTime.slice(0, 5)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user