Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db_qms_wx
Project
Project
Details
Activity
Releases
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
刘怀志
db_qms_wx
Commits
4a884750
Commit
4a884750
authored
Apr 18, 2025
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(接口传值): /sysWxUser/bind修改
parent
fd265c9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
login.js
api/login.js
+1
-1
approve.js
api/system/approve.js
+6
-6
No files found.
api/login.js
View file @
4a884750
...
...
@@ -18,7 +18,7 @@ export function wxBind(data) {
url
:
'/sysWxUser/bind'
,
method
:
'post'
,
data
:
data
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
api/system/approve.js
View file @
4a884750
...
...
@@ -97,7 +97,7 @@ export function toolProcessGxApproval(approve) {
url
:
'/toolInspectMonitor/processToolApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
@@ -128,7 +128,7 @@ export function materiaProcessGxApproval(approve) {
url
:
'/aeauxiliarymaterial/processMaterialApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
@@ -138,7 +138,7 @@ export function signProcessGxApproval(approve) {
url
:
'/qc/equipment/sign/processCalibrationApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
@@ -148,7 +148,7 @@ export function tpmProcessGxApproval(approve) {
url
:
'/qc/equipment/tpm/processTpmApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
@@ -164,7 +164,7 @@ export function processCompletionApproval(approve) {
url
:
'/traceability/processCompletionApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
@@ -192,7 +192,7 @@ export function processCalibrationApproval(approve) {
url
:
'/traceability/processCalibrationApproval'
,
method
:
'post'
,
data
:
approve
,
header
s
:
{
header
:
{
'Content-Type'
:
'application/json;charset=UTF-8'
// 接口修改传参类型
}
})
...
...
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