feige
2024-10-27 a191b146987b36eaad9b441c458f74c69aeef63f
ruoyi-ui/src/views/marry/index.vue
@@ -800,7 +800,7 @@
    getList() {
      this.loading = true;
      //个人信息
      listMarry(this.queryParams).then(response => {
      listMarry().then(response => {
          if(response.data.length === 0){
            this.loading = false;
@@ -1088,7 +1088,8 @@
      this.$set(row, 'isEdit', false);
      this.$set(this.editStatus, row.id, false);
    },
handleSelectionChange()
{},
    //隔行变色
    tableRowClassName({ row, rowIndex }) {
      if (rowIndex % 2 == 0) {