From 6976afb4d0a45ddb2f565f5c255710462f18d246 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期二, 08 八月 2023 12:30:10 +0800 Subject: [PATCH] 性别显示已经改好了, 隐私备忘录 新增删除搞好了 --- ruoyi-ui/src/views/marry/index.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/marry/index.vue b/ruoyi-ui/src/views/marry/index.vue index 249a1dd..00e2ae4 100644 --- a/ruoyi-ui/src/views/marry/index.vue +++ b/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> - -- Gitblit v1.9.1