@yoooloo42/joker 1.0.219 → 1.0.221
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22835,7 +22835,7 @@ const getPgData = async _ref5 => {
|
|
|
22835
22835
|
data: scopeThis.pgData && scopeThis.pgData.query ? scopeThis.pgData.query : null
|
|
22836
22836
|
});
|
|
22837
22837
|
if (result.code === 0) {
|
|
22838
|
-
|
|
22838
|
+
unclassified.deepClone.deepMerge(scopeThis.pgData, {
|
|
22839
22839
|
data: result.data
|
|
22840
22840
|
});
|
|
22841
22841
|
elementPlus.ElMessage('已获取页面数据');
|