This commit is contained in:
2022-10-15 14:46:43 +08:00
parent 31aebcb278
commit a39eae7339
2 changed files with 4 additions and 4 deletions

View File

@@ -127,8 +127,8 @@
}
},
toCheck (e) {
this.pkId = this.pkId === point_code ? '' : e.point_code
this.pkObj = this.pkId === point_code ? e : {}
this.pkId = this.pkId === e.point_code ? '' : e.point_code
this.pkObj = this.pkId === e.point_code ? e : {}
}
}
}