罗世杰:fixed:修改列表组件发送网络请求的位置
This commit is contained in:
@@ -69,6 +69,8 @@
|
||||
this.activeIndex = -1;
|
||||
} else
|
||||
this.activeIndex = index
|
||||
|
||||
this.$emit('changeDrop')
|
||||
},
|
||||
cancelDrop() {
|
||||
this.activeIndex = -1;
|
||||
@@ -79,7 +81,7 @@
|
||||
...querys
|
||||
}
|
||||
const query = this.$u.queryParams(this.queryInfo)
|
||||
console.log(query, 'query');
|
||||
console.log(query, 'dropquery');
|
||||
this.$emit('getQueryInfo', query)
|
||||
return query
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user