WXL
2023-11-28 8a980bd32dc2dc70f90447eb6ba293a06a2d881c
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;
      });