xs-common-plugins 1.4.2 → 1.4.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-common-plugins",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "private": false,
5
5
  "description": "向上公共代码部分",
6
6
  "author": "祝玲云 <1902733517@qq.com>",
@@ -4,7 +4,7 @@ import 'moment-duration-format'
4
4
  import moment from 'moment'// 导入文件
5
5
  import ask from '@/automatically/api'
6
6
  import {requestApi} from 'xs-request'
7
- import echarts from 'echarts';
7
+ import * as echarts from 'echarts';
8
8
  import {loadTableData, loadReportData, msg, countDownSetColor, showDlg} from '@/utils/index'
9
9
  import signalr from '@/utils/signalR'
10
10
  import {Enum, OrgEnum, EnumList} from '@/utils/enum'