hn2.0
fanluyan 2 years ago
parent d4885755de
commit 0b6dd04246

@ -411,7 +411,8 @@ export default {
? parseInt(localStorage.getItem("col")) ? parseInt(localStorage.getItem("col"))
: 4; : 4;
this.pageSize = this.rowradio * this.colradio; this.pageSize = this.rowradio * this.colradio;
this.toggleCountdown(); //this.toggleCountdown();
this.getPicData();
}, },
created() {}, created() {},

@ -397,6 +397,8 @@ export default {
filterNode(value, data) { filterNode(value, data) {
console.log(value, data); console.log(value, data);
if (!value) return true; if (!value) return true;
console.log(data.name);
return data.name.indexOf(value) !== -1; return data.name.indexOf(value) !== -1;
}, },
// //

Loading…
Cancel
Save