From 3457909638c660c0cfcb521b6104ab64c679b914 Mon Sep 17 00:00:00 2001 From: zenglf <18502938215@163.com> Date: 星期二, 19 九月 2023 16:23:16 +0800 Subject: [PATCH] 修改页面左右展示比例 --- src/components/jeecg/JVxeTable/components/JVxeTable.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/jeecg/JVxeTable/components/JVxeTable.js b/src/components/jeecg/JVxeTable/components/JVxeTable.js index 3532194..dd2e1fb 100644 --- a/src/components/jeecg/JVxeTable/components/JVxeTable.js +++ b/src/components/jeecg/JVxeTable/components/JVxeTable.js @@ -799,7 +799,7 @@ } }) }) - // 銆恑ssues/3828銆戞暟鎹洿鏂板悗锛岄噸鏂拌绠楃粺璁″垪 + // 銆恑ssues/3828銆戞暟鎹洿鏂板悗锛岄噸鏂拌绠楃粺璁″垪 if (updated && this.statistics.has) { this.$nextTick(async () => { let {xTable} = this.$refs.vxe.$refs; @@ -885,9 +885,9 @@ * @param isOnlJs 鏄惁鏄痮nlineJS澧炲己瑙﹀彂鐨� * @return */ - async addRows(rows = {}, isOnlJs) { + /* async addRows(rows = {}, isOnlJs) { return this._addOrInsert(rows, -1, 'added', isOnlJs) - }, + }, */ /** * 娣诲姞涓�琛屾垨澶氳 -- Gitblit v1.9.3