2.27
This commit is contained in:
parent
5a0bffb453
commit
21d7352e20
File diff suppressed because one or more lines are too long
|
@ -296,7 +296,6 @@ export default {
|
||||||
handler(newVal) {
|
handler(newVal) {
|
||||||
this.triggerList = newVal;
|
this.triggerList = newVal;
|
||||||
// 触发数据
|
// 触发数据
|
||||||
console.log(newVal, '触发数据');
|
|
||||||
var _this = this
|
var _this = this
|
||||||
if (newVal.length != 0 && _this.sectionData) {
|
if (newVal.length != 0 && _this.sectionData) {
|
||||||
_this.classify.forEach((ele, index) => {
|
_this.classify.forEach((ele, index) => {
|
||||||
|
|
Loading…
Reference in New Issue