罗世杰:fixed:修改列表组件发送网络请求的位置

This commit is contained in:
LuoShijie
2023-11-19 14:24:58 +08:00
parent 5c0b5d1ede
commit ae5b700362
5 changed files with 83 additions and 30 deletions

View File

@@ -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
}