fix: 修复 ip 二级页面传参错误

This commit is contained in:
@changcode
2022-03-21 18:08:49 +08:00
parent ed5eae3489
commit 16183253ad

View File

@@ -144,7 +144,7 @@ export default {
delete this.searchLabel.orderBy
}
this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo)
this.$set(this.searchLabel, 'id', this.obj.id)
this.$set(this.searchLabel, 'ids', this.obj.id)
this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize)
this.tools.loading = true
this.$get(this.url, { ...this.searchLabel }).then(response => {