stellar-ui-plus 1.17.24 → 1.17.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -146,21 +146,8 @@ watch(
146
146
  if (val.length === lastChildrenCount) {
147
147
  initColumns();
148
148
  initRowData();
149
-
150
- // // #ifdef MP-WEIXIN
151
- // console.log('执行了补全');
152
- // const group = groupByKeys(val.map(e => e.props) as any);
153
- // if (group[0].length > tableData.value.length) {
154
- // console.log('执行了补全');
155
- // // 由于uni-app 编译到微信小程序时,如果使用循环插槽导致插槽节点不会消失,所以使用折中办法,强行补全数据再还原
156
- // dataChangeFun(group[0].length, tableData.value);
157
- // // nextTick(() => {
158
- // // tableData.value = props.data as any;
159
- // // });
160
- // }
161
- // // #endif
162
149
  }
163
- }, 50); // 从1000ms减少到400ms
150
+ }, 50);
164
151
  }
165
152
  },
166
153
  { immediate: true, deep: true }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stellar-ui-plus",
3
- "version": "1.17.24",
3
+ "version": "1.17.25",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",