Skip to content

Commit

Permalink
优化 select
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Dec 13, 2019
1 parent fc84931 commit 91dabfc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/index.common.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
factory(mod.exports, global.XEUtils);
global.VXETablePluginIView = mod.exports.default;
}
})(this, function (_exports, _xeUtils) {
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _xeUtils) {
"use strict";

Object.defineProperty(_exports, "__esModule", {
Expand Down Expand Up @@ -292,7 +292,7 @@
var rest;
var cellData;

if (props.remote) {
if (props.filterable) {
var fullAllDataRowMap = $table.fullAllDataRowMap;
var cacheCell = fullAllDataRowMap.has(row);

Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const renderMap = {
let colid: string = column.id
let rest: any
let cellData: any
if (props.remote) {
if (props.filterable) {
let fullAllDataRowMap: Map<any, any> = $table.fullAllDataRowMap
let cacheCell: any = fullAllDataRowMap.has(row)
if (cacheCell) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table-plugin-iview",
"version": "1.5.8",
"version": "1.5.9",
"description": "基于 vxe-table 表格的适配插件,用于兼容 iview 组件库",
"scripts": {
"lib": "gulp build"
Expand Down

0 comments on commit 91dabfc

Please sign in to comment.