From 934b3374ee33ea37656fda229e25dc1d6ed61d7d Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期五, 07 四月 2023 18:42:19 +0800 Subject: [PATCH] show.vue 把全部的formdata替换为了individualList bignote/index.js 里面把getFamilyeventInfo里面的/family/zfEvent/{id}修改为了/family/zfEvent/ --- ruoyi-ui/src/views/bignote/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue index 27b8e72..7e5fbc1 100644 --- a/ruoyi-ui/src/views/bignote/index.vue +++ b/ruoyi-ui/src/views/bignote/index.vue @@ -407,11 +407,11 @@ getList() { this.loading = true; - // console.log(this.queryParams) + console.log(this.queryParams) // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { listFamilyevent(this.queryParams).then(response => { - // alert(123) - // console.log(response.data) + + // console.log(response.data.data) this.familyList = response.data.data; this.total = response.data.total; @@ -456,6 +456,7 @@ /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { this.queryParams.pageNum = 1; + this.getList(); }, /** 閲嶇疆鎸夐挳鎿嶄綔 */ @@ -483,7 +484,8 @@ /** 鏌ョ湅璇︾粏淇℃伅 */ handleCheck(row){ const id = row.id; - this.$router.push("/family/zfEvent/bignote/familyeventInfo/" + id); + + this.$router.push("/family1/bignote/familyeventInfo/" + id); }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { @@ -491,7 +493,7 @@ let jd = true this.$router.push({ - path:"/family/zfEvent/bignote/familyeventInfo/" + id, + path:"/family1/bignote/familyeventInfo/" + id, query:{ detail:jd } @@ -519,7 +521,7 @@ addFamilyevent(this.formDat).then(response => { this.$modal.msgSuccess("鏂板鎴愬姛"); this.open = false; - this.getList1(); + this.getList(); }); } }); -- Gitblit v1.9.1