Browse Source

fix-

wangqin
IAMHERE 1 year ago
parent
commit
bf9a572c12
  1. 6
      ruoyi-ui/src/views/index.vue

6
ruoyi-ui/src/views/index.vue

@ -520,6 +520,7 @@ export default {
}) })
loading.close() loading.close()
}) })
this.onSubmit()
}, },
// //
onSubmit(deviceId) { onSubmit(deviceId) {
@ -549,6 +550,8 @@ export default {
] ]
} }
}) })
console.log('hui1111111111111', this.dialogInfoList)
}) })
.catch(e => { .catch(e => {
// this.$modal.msgError(',') // this.$modal.msgError(',')
@ -663,7 +666,8 @@ export default {
}, },
putLeftFn(item) { putLeftFn(item) {
console.log('点击事件', item) console.log('点击事件', item)
this.dialogInfoList.push(item) this.dialogInfoList.push({ ...item, STAY: item.stopTime })
console.log('点击事件9990089089', this.dialogInfoList)
}, },
tabClickFn(tab, event) { tabClickFn(tab, event) {
console.log(tab, event) console.log(tab, event)

Loading…
Cancel
Save