diff --git a/src/views/components/checkBox.vue b/src/views/components/checkBox.vue
index 1f2d19a2..41bc5cfa 100644
--- a/src/views/components/checkBox.vue
+++ b/src/views/components/checkBox.vue
@@ -1,15 +1,16 @@
-
-
+ 全选
-
+
{{n.label}}
+ 暂无数据
@@ -37,6 +38,7 @@ export default {
checkedList: [],
isIndeterminate: false,
pid: '',
+ loading: false
}
},
created() {
@@ -53,8 +55,9 @@ export default {
this.$emit('change', { list: this.filterArr(this.checkedList), pid: this.pid })
},
handleChange(value) {
+ console.log('value----', value)
let checkedCount = value.length;
- this.checkAll = checkedCount === this.list.length;
+ this.checkAll = checkedCount === this.boxList.length;
this.isIndeterminate = checkedCount > 0 && checkedCount < this.boxList.length;
this.$emit('change', { list: this.filterArr(this.checkedList), pid: this.pid })
},
@@ -75,4 +78,10 @@ export default {
.mb10 {
margin-bottom: 10px;
}
+.no-data {
+ padding-top: 30px;
+ font-size: 14px;
+ text-align: center;
+ color: #999;
+}
\ No newline at end of file
diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue
index ec4a3eb3..0fd29a40 100644
--- a/src/views/modules/base/diyInfo.vue
+++ b/src/views/modules/base/diyInfo.vue
@@ -4,10 +4,10 @@
-
-
+
+
-
@@ -19,7 +19,7 @@
导出信息
预览
-