vue2-client 1.6.44-OA → 1.6.45-OA

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": "vue2-client",
3
- "version": "1.6.44-OA",
3
+ "version": "1.6.45-OA",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
@@ -102,7 +102,7 @@ import { formatDate } from '@vue2-client/utils/util'
102
102
  import XBadge from '@vue2-client/base-client/components/common/XBadge'
103
103
  import TableSetting from '@vue2-client/components/TableSetting/TableSetting'
104
104
  import { exportJson } from '@vue2-client/utils/excel/Export2Excel'
105
- import { download, query, queryWithResource, remove } from '@vue2-client/services/api/common'
105
+ import {download, exportData, query, queryWithResource, remove} from '@vue2-client/services/api/common'
106
106
  import XImportExcel from '@vue2-client/base-client/components/common/XImportExcel'
107
107
  import { Modal } from 'ant-design-vue'
108
108
  import { post } from '@vue2-client/services/api'
@@ -86,7 +86,6 @@ export function upload (parameter, serviceName = 'af-system', config) {
86
86
  /**
87
87
  * 通用导出
88
88
  */
89
- common.js
90
89
  export function exportData (parameter, serviceName = 'af-system') {
91
90
  return post('/api/' + serviceName + '/' + commonApi.exportData, parameter, null)
92
91
  }