vue2-client 1.4.0 → 1.4.1
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/CHANGELOG.md +339 -339
- package/package.json +1 -1
- package/src/base-client/components/common/Upload/Upload.vue +1 -1
- package/src/base-client/components/common/XFormTable/XFormTable.vue +1 -1
- package/src/base-client/components/system/LogDetailsView/LogDetailsView.vue +376 -376
- package/src/components/TableSetting/TableSetting.vue +1 -1
- package/src/services/api/common.js +1 -1
|
@@ -4,7 +4,7 @@ import message from 'ant-design-vue/lib/message'
|
|
|
4
4
|
import { blobValidate } from '@vue2-client/utils/common'
|
|
5
5
|
import errorCode from '@vue2-client/utils/errorCode'
|
|
6
6
|
import { saveAs } from 'file-saver'
|
|
7
|
-
import { post } from '
|
|
7
|
+
import { post } from '@vue2-client/services/api/restTools'
|
|
8
8
|
|
|
9
9
|
const commonApi = {
|
|
10
10
|
// 获取表格列配置
|