linwenling
2023-09-26 0edf2cc107cd03e8e007f97f38387d66f480cd3d
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;