ソースを参照

Merge branch 'develop' of http://192.168.11.14:51037/gitadmin/tuoheng_lc_web into zhangtao

tags/v1.1.0^2
zhangtao 1年前
コミット
98b6761bad
2個のファイルの変更3行の追加2行の削除
  1. +1
    -1
      src/views/dashboard/components/AirInfo.vue
  2. +2
    -1
      src/views/task-manage/all-task/index.vue

+ 1
- 1
src/views/dashboard/components/AirInfo.vue ファイルの表示

@@ -134,7 +134,7 @@ export default {
case 3:
item.indicatorValue = res.data.hum
break
case 5:
case 4:
item.indicatorValue = res.data.tmp
}
})

+ 2
- 1
src/views/task-manage/all-task/index.vue ファイルの表示

@@ -79,7 +79,7 @@ export default {
setup() {
const route = useRoute()
const rowInfo = route.query.rowInfo
const type=route.query.type
const type = route.query.type
getAirOptions()
const searchRef = ref()
const data = reactive({
@@ -123,6 +123,7 @@ export default {
onMounted(() => {
if (rowInfo) {
data.rowData = rowInfo
console.log(data.rowData, '直播数据')
data.liveDrawer = true
}
})

読み込み中…
キャンセル
保存