This commit is contained in:
白菜
2025-09-08 18:01:48 +08:00
parent 2742f874ce
commit cc3164a423
8 changed files with 17 additions and 17 deletions

View File

@ -57,7 +57,7 @@ export default {
this.siteId = siteId
this.timeRange=[]
this.deviceId=''
this.$refs.dateRangeSelect.init()
this.$refs.dateRangeSelect.init(true)
this.showLoading()
getPcsNameList(siteId).then(response=>{
const data=response?.data || [];