fei.wang
6 天以前 645834e1c3efb3a8c50dcbda98d87caba04bd421
pages/index/bumen.vue
@@ -218,6 +218,9 @@
                           ...item,
                           checked: false // 初始化checked属性为false
                        }));
                        if (data.lock==true) {
                           this.list = []
                        }
                        this.list = [...this.list, ...list];
                        callback({
                           list: this.list,