src/views/system/label/index.vue
@@ -524,9 +524,10 @@ methods: { /** 查询标签列表 */ getList() { getList(row) { console.log(row); console.log(this.queryParams); listtag(this.addDateRange(this.queryParams)).then((response) => { console.log(response); this.total = response.total; this.userList = response.rows; });