sbd-npm 1.4.82 → 1.4.83

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/util.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.4.82",
3
+ "version": "1.4.83",
4
4
  "description": "Stock Big Data",
5
5
  "author": "DHQ <dhq314@gmail.com>",
6
6
  "license": "ISC",
package/util.js CHANGED
@@ -2087,6 +2087,8 @@ const Util = {
2087
2087
  });
2088
2088
  Util.render_table_html(modal_id + "_body", html);
2089
2089
  });
2090
+ } else {
2091
+ $("#" + element_id).html('<div style="margin-top: 80px; text-align: center;">暂无数据...</div>');
2090
2092
  }
2091
2093
  },
2092
2094