@airpower/web 1.9.1 → 1.9.2
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.
- package/dist/main.js +0 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17754,7 +17754,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
17754
17754
|
watch(
|
|
17755
17755
|
() => selectListRef.value,
|
|
17756
17756
|
() => {
|
|
17757
|
-
console.warn("selectListRef.value", selectListRef.value);
|
|
17758
17757
|
nextTick(() => {
|
|
17759
17758
|
if (airTableRef.value) {
|
|
17760
17759
|
airTableRef.value.clearSelection();
|