mooho-base-admin-plus 2.10.27 → 2.10.29
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/package.json
CHANGED
package/src/mixins/page.js
CHANGED
|
@@ -523,7 +523,7 @@ export default {
|
|
|
523
523
|
let data = this.parseData(model, expression);
|
|
524
524
|
|
|
525
525
|
if (data == null) {
|
|
526
|
-
result +=
|
|
526
|
+
result += 'null';
|
|
527
527
|
} else if (typeof data === 'object') {
|
|
528
528
|
result += expression;
|
|
529
529
|
} else if (isNaN(data) || data.toString().length > 16) {
|