From b6596b449f281718da49c2d1757f1ffce159c35f Mon Sep 17 00:00:00 2001 From: 艺术家 <10819716+q100102@user.noreply.gitee.com> Date: 星期一, 09 六月 2025 10:37:39 +0800 Subject: [PATCH] 代码提交 --- 项目代码/client/src/views/tts/BasicInformation/Basicinformation.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" index d126bca..9c78316 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" @@ -145,7 +145,7 @@ fontSize: '0.88rem', height: '3rem', }" - @select="InfoSelectionChange" + @selection-change="InfoSelectionChange" > <el-table-column type="selection" align="center" /> <el-table-column prop="articleName" label="淇℃伅鍚嶇О" align="center" /> @@ -180,7 +180,7 @@ fontSize: '0.88rem', height: '3rem', }" - @select="ToolSelectionChange" + @selection-change="ToolSelectionChange" > <el-table-column type="selection" align="center" /> <el-table-column prop="toolName" label="宸ュ叿鍚嶇О" align="center" /> -- Gitblit v1.9.3