From 7c33a1164d3019feb3ad9e4844b3d364e5c6eb44 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期日, 17 十一月 2024 11:31:45 +0800 Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web --- ruoyi-ui/src/views/marry/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/marry/index.vue b/ruoyi-ui/src/views/marry/index.vue index 5957b93..ff18923 100644 --- a/ruoyi-ui/src/views/marry/index.vue +++ b/ruoyi-ui/src/views/marry/index.vue @@ -540,7 +540,7 @@ import {getInfo} from "@/api/login"; export default { - name: "show", + name: "ZMarry", dicts: ['sys_normal_disable'], data() { return { @@ -800,7 +800,7 @@ getList() { this.loading = true; //涓汉淇℃伅 - listMarry(this.queryParams).then(response => { + listMarry().then(response => { if(response.data.length === 0){ this.loading = false; @@ -1088,7 +1088,8 @@ this.$set(row, 'isEdit', false); this.$set(this.editStatus, row.id, false); }, - +handleSelectionChange() +{}, //闅旇鍙樿壊 tableRowClassName({ row, rowIndex }) { if (rowIndex % 2 == 0) { -- Gitblit v1.9.1