ruoyi-ui/src/views/marry/index.vue
@@ -703,7 +703,7 @@ // 遮罩层 disabled: false, loading: true, loading: false, formData:[], // 选中数组 ids: [], @@ -924,14 +924,17 @@ getList() { this.loading = true; this.loading = false; alert(344) //个人信息 listMarry(this.queryParams).then(response => { alert(124) console.log(response.data) if(response.data.length == 0){ this.loading = false; this.marryList=[]; this.total = 0; this.oldSpouseList = []; } else{ this.marryList = response.data; @@ -1194,4 +1197,3 @@ } }; </script>