@yoooloo42/joker 1.0.153 → 1.0.155
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22636,6 +22636,7 @@ const ly0default$4 = {
|
|
|
22636
22636
|
const refresh = async _ref => {
|
|
22637
22637
|
let {
|
|
22638
22638
|
scopeThis,
|
|
22639
|
+
tableData,
|
|
22639
22640
|
message
|
|
22640
22641
|
} = _ref;
|
|
22641
22642
|
const result = await ly0request.storpro({
|
|
@@ -22648,7 +22649,7 @@ const refresh = async _ref => {
|
|
|
22648
22649
|
}
|
|
22649
22650
|
});
|
|
22650
22651
|
if (result.code === 0) {
|
|
22651
|
-
|
|
22652
|
+
tableData = {
|
|
22652
22653
|
data: result.data,
|
|
22653
22654
|
total: result.total
|
|
22654
22655
|
};
|
|
@@ -42494,7 +42495,7 @@ const tableProps_box = reactive(unclassified.deepClone.deepMerge(
|
|
|
42494
42495
|
props.myProps
|
|
42495
42496
|
));
|
|
42496
42497
|
|
|
42497
|
-
|
|
42498
|
+
let a = reactive(props.modelValue);
|
|
42498
42499
|
watch(a, function (newVal, oldVal) {
|
|
42499
42500
|
|
|
42500
42501
|
console.log('测试 222', newVal);
|