@@ -461,7 +461,7 @@ export default {
// 双击事件
rowDblclick(current){
console.log(current)
- if (current.status == 0) {
+ if (current.status == 0 || current.status == null) {
this.status = 0
} else {
this.status = 1