From b3ddacf9a9742276e76c0aa8bfa67fcdd6e1d7fe Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 08 八月 2023 19:09:50 +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