|
@@ -173,7 +173,8 @@ export default {
|
|
|
watch: {
|
|
|
data: {
|
|
|
handler(newValue, oldValue){
|
|
|
- // console.log(77,newValue, oldValue)
|
|
|
+ // console.log('7878999',newValue, oldValue)
|
|
|
+ if(newValue.length === 0) return
|
|
|
this.dataList = newValue
|
|
|
this.getList()
|
|
|
},
|
|
@@ -182,7 +183,7 @@ export default {
|
|
|
},
|
|
|
alarmData: {
|
|
|
handler(newValue, oldValue){
|
|
|
- console.log(777777,newValue, oldValue)
|
|
|
+ // console.log('7878999',newValue, oldValue)
|
|
|
|
|
|
var isYuan = newValue.length === 1 && newValue[0] === '原数据'
|
|
|
if(isYuan) return
|