This commit is contained in:
曹辉 2023-05-11 11:36:16 +08:00
parent e2a0a38ea5
commit d2798471bb

View File

@ -328,6 +328,10 @@
introductionList(this.nurseStationId).then(res => {
if (res.code == 200) {
this.Banners = []
this.tabList = [{
name: '全部',
id: ''
}]
this.serveinfo()
this.productinfo()
res.data.morningOpenStartTime = res.data.morningOpenStartTime.slice(0, 5)