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");