[fix 84051] 去掉确认弹框
This commit is contained in:
@@ -601,30 +601,30 @@ export default {
|
||||
this.timer = null
|
||||
},
|
||||
handleConfirm (record) {
|
||||
this.$confirm({
|
||||
title: '确认报警',
|
||||
content: '确定报警该数据吗?',
|
||||
onOk: () => {
|
||||
record.disabledConfirm = true
|
||||
this.$forceUpdate()
|
||||
}
|
||||
})
|
||||
// this.$confirm({
|
||||
// title: '确认报警',
|
||||
// content: '确定报警该数据吗?',
|
||||
// onOk: () => {
|
||||
// record.disabledConfirm = true
|
||||
// this.$forceUpdate()
|
||||
// }
|
||||
// })
|
||||
},
|
||||
handleShow () {
|
||||
|
||||
},
|
||||
// 全部报警
|
||||
handleAllAlarms () {
|
||||
this.$confirm({
|
||||
title: '确认报警',
|
||||
content: '确定报警全部数据吗?',
|
||||
onOk: () => {
|
||||
this.dataSource.forEach(item => {
|
||||
item.disabledConfirm = true
|
||||
})
|
||||
this.$forceUpdate()
|
||||
}
|
||||
})
|
||||
// this.$confirm({
|
||||
// title: '确认报警',
|
||||
// content: '确定报警全部数据吗?',
|
||||
// onOk: () => {
|
||||
// this.dataSource.forEach(item => {
|
||||
// item.disabledConfirm = true
|
||||
// })
|
||||
// this.$forceUpdate()
|
||||
// }
|
||||
// })
|
||||
},
|
||||
// 加载实时数据(油井实时参数、实时示功图、载荷分布图)(每10s请求一次)
|
||||
loadOilWellRealTimeData () {
|
||||
|
||||
Reference in New Issue
Block a user