From be320949984e6dd327591ec5e62e271c1426ced9 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Fri, 8 Apr 2022 18:05:24 +0800 Subject: [PATCH] feat: There is no way the, bug #52290 --- .../foreignRegulationsDatabase/index.vue | 21 ++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue index 7fe10f32b..66467c3c5 100644 --- a/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue +++ b/src/pages/regulatoryRepository/foreignRegulationsDatabase/index.vue @@ -250,9 +250,9 @@ width="150" > { + list.push(item.slice(0, 10)); + }) + return list.join(","); + }else { + return data.slice(0, 10) + } + } + return "" + }, // 左右拖动事件 dragControllerLR: function() { var resize = document.getElementById("resize");