linwenling
2023-10-28 31d4f1af2415091ce8171a48372795c0f1a16e14
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;