From a191b146987b36eaad9b441c458f74c69aeef63f Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 27 十月 2024 21:16:58 +0800
Subject: [PATCH] 修改了对应的bug

---
 ruoyi-ui/src/views/marry/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ruoyi-ui/src/views/marry/index.vue b/ruoyi-ui/src/views/marry/index.vue
index a32137c..ff18923 100644
--- a/ruoyi-ui/src/views/marry/index.vue
+++ b/ruoyi-ui/src/views/marry/index.vue
@@ -278,7 +278,7 @@
             <div class="title-wrapper">
               <div>
                 <el-button class="button" size="mini" type="text"  @click="handleAdd">
-                  <sapn v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></sapn></el-button>
+                  <span v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></span></el-button>
               </div>
 
 
@@ -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