@yoooloo42/joker 1.0.150 → 1.0.152
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/index.cjs.js +13 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +13 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22647,7 +22647,6 @@ const refresh = async _ref => {
|
|
|
22647
22647
|
page: scopeThis.query && scopeThis.query.currentPage ? scopeThis.query.currentPage : 1
|
|
22648
22648
|
}
|
|
22649
22649
|
});
|
|
22650
|
-
console.log('测试 000', result);
|
|
22651
22650
|
if (result.code === 0) {
|
|
22652
22651
|
scopeThis.tableData = {
|
|
22653
22652
|
data: result.data,
|
|
@@ -41969,7 +41968,7 @@ const hdl = {
|
|
|
41969
41968
|
if (col.hdlMouseover) {
|
|
41970
41969
|
col.hdlMouseover({scopeThis: scopeThis_box, row, col});
|
|
41971
41970
|
} else {
|
|
41972
|
-
|
|
41971
|
+
tableProps_box.table.cellTooltip = [];
|
|
41973
41972
|
}
|
|
41974
41973
|
},
|
|
41975
41974
|
download({row, col}) {
|
|
@@ -42495,6 +42494,18 @@ const tableProps_box = reactive(unclassified.deepClone.deepMerge(
|
|
|
42495
42494
|
props.myProps
|
|
42496
42495
|
));
|
|
42497
42496
|
|
|
42497
|
+
const a = props.modelValue;
|
|
42498
|
+
watch(a, function (newVal, oldVal) {
|
|
42499
|
+
|
|
42500
|
+
console.log('测试 222', newVal);
|
|
42501
|
+
|
|
42502
|
+
});
|
|
42503
|
+
watch(tableData_box, function (newVal, oldVal) {
|
|
42504
|
+
|
|
42505
|
+
console.log('测试 333', newVal);
|
|
42506
|
+
|
|
42507
|
+
});
|
|
42508
|
+
|
|
42498
42509
|
const scopeThis_box = reactive(props.scopeThis);
|
|
42499
42510
|
|
|
42500
42511
|
return (_ctx, _cache) => {
|