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
306d32f7
Commit
306d32f7
authored
Dec 07, 2021
by
何虹
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
action查询保存
parent
9ebf3760
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
hsWebHttpClient.js
dist/hsWebHttpClient.js
+2
-2
hsWebHttpClient.min.js
dist/hsWebHttpClient.min.js
+1
-1
webChartConfig.js
src/packages/modules/webChartConfig.js
+2
-1
No files found.
dist/hsWebHttpClient.js
View file @
306d32f7
...
...
@@ -22155,7 +22155,7 @@ class Control {
usable: 1
}
const url = (0,_common_commonModule__WEBPACK_IMPORTED_MODULE_0__.getPbWebDyncCode)(this.hasConfigDb())
return
this
.
re
stful
Client
.
get
(
url
,
param
)
return this.re
quest
Client.get(url, param)
}
// 获取 动态中的action列表
saveBillpbWebDyncCode (data = {}) {
...
...
@@ -22168,7 +22168,7 @@ class Control {
data.page_url = this.requestClient.pageName
}
const url = (0,_common_commonModule__WEBPACK_IMPORTED_MODULE_0__.getPbWebDyncCode)(this.hasConfigDb())
return
this
.
re
stful
Client
.
post
(
url
,
data
,
getInitDbConfigParam
)
return this.re
quest
Client.post(url, data, getInitDbConfigParam)
}
}
/* harmony default export */ __webpack_exports__["default"] = (Control);
...
...
dist/hsWebHttpClient.min.js
View file @
306d32f7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/packages/modules/webChartConfig.js
View file @
306d32f7
...
...
@@ -276,7 +276,8 @@ class Control {
const
param
=
{
app_code
:
appCode
||
this
.
requestClient
.
appCode
,
page_name
:
pageName
||
this
.
requestClient
.
pageName
,
usable
:
1
usable
:
1
,
db_name
:
this
.
getRealDbName
(),
}
const
url
=
getPbWebDyncCode
(
this
.
hasConfigDb
())
return
this
.
requestClient
.
get
(
url
,
param
)
...
...
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