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