|
@@ -61,7 +61,7 @@ export default {
|
|
|
this.$set(this, `leftId`, data.id);
|
|
|
this.searchRight();
|
|
|
},
|
|
|
- async searchRight({ skip = 0, limit = 4, column_id } = {}) {
|
|
|
+ async searchRight({ skip = 0, limit = 10, column_id } = {}) {
|
|
|
skip = this.skip;
|
|
|
const res = await this.queryList({ skip, limit, column_id: this.leftId });
|
|
|
for (const val of res.data) {
|