Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hsWebHttpClient
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何虹
hsWebHttpClient
Commits
ee742244
Commit
ee742244
authored
2 years ago
by
何虹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
0d71503e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
2.js
dist/2.js
+2
-2
hsWebHttpClient.js
dist/hsWebHttpClient.js
+7
-0
hsWebHttpClient.min.js
dist/hsWebHttpClient.min.js
+1
-1
No files found.
dist/2.js
View file @
ee742244
...
...
@@ -6,9 +6,9 @@
"use strict"
;
__webpack_require__
.
r
(
__webpack_exports__
);
/* harmony export */
__webpack_require__
.
d
(
__webpack_exports__
,
{
/* harmony export */
"export_table_to_excel"
:
function
()
{
return
/* binding */
export_table_to_excel
;
},
/* harmony export */
"export_json_to_excel"
:
function
()
{
return
/* binding */
export_json_to_excel
;
},
/* harmony export */
"export_json_to_excel_muilt"
:
function
()
{
return
/* binding */
export_json_to_excel_muilt
;
}
/* harmony export */
"export_json_to_excel_muilt"
:
function
()
{
return
/* binding */
export_json_to_excel_muilt
;
},
/* harmony export */
"export_table_to_excel"
:
function
()
{
return
/* binding */
export_table_to_excel
;
}
/* harmony export */
});
/* eslint-disable */
__webpack_require__
(
Object
(
function
webpackMissingModule
()
{
var
e
=
new
Error
(
"Cannot find module 'script-loader!file-saver'"
);
e
.
code
=
'MODULE_NOT_FOUND'
;
throw
e
;
}()));
...
...
This diff is collapsed.
Click to expand it.
dist/hsWebHttpClient.js
View file @
ee742244
...
...
@@ -22408,6 +22408,13 @@ class System {
data
.
group
=
'ExportExcel'
return
this
.
restfulClient
.
queryList
(
data
)
}
/**
* 根据bill_type查询printName
* @param {*} bill_type
*/
queryPrintNameByBillType
(
bill_type
)
{
return
this
.
requestClient
.
get
(
`
${
_common_commonProxy__WEBPACK_IMPORTED_MODULE_0__
.
TOOL_PROXY
}
/queryPrintName/
${
bill_type
}
/`
)
}
}
/* harmony default export */
__webpack_exports__
[
"default"
]
=
(
System
);
...
...
This diff is collapsed.
Click to expand it.
dist/hsWebHttpClient.min.js
View file @
ee742244
This source diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment