Tcsm
2023-10-22 251cc3290959d2085aa3359d6f74d97db914d182
ruoyi-ui/src/views/marry/index.vue
@@ -768,10 +768,11 @@
      //个人信息
      listMarry(this.queryParams).then(response => {
          if(response.data.length == 0){
          if(response.data.length === 0){
            this.loading = false;
            this.marryList={};
            this.oldSpouseList = {};
            console.log(this.marryList)
          }
          else{
            this.marryList = response.data;