@@ -267,7 +267,9 @@ var orderPage = new Vue({
}
},
showHandle:function () {// 显示批量操作
- this.isHandle = true;
+ if(this.listData.length>0){
+ this.isHandle = true;
+ }
hideHandle:function () {
this.isHandle = false;