Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
c7be6c5a
Commit
c7be6c5a
authored
Mar 04, 2024
by
Hagsn3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加headers
parent
7371d4a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
oneTbale.js
src/api/oneTbale.js
+3
-2
No files found.
src/api/oneTbale.js
View file @
c7be6c5a
...
@@ -30,11 +30,12 @@ export function getIncomeInspectInfo(businessId) {
...
@@ -30,11 +30,12 @@ export function getIncomeInspectInfo(businessId) {
// 3. 保存检查一
// 3. 保存检查一
export
function
addIncomeInspectInfo
(
data
)
{
export
function
addIncomeInspectInfo
(
data
)
{
data
=
Qs
.
stringify
(
data
)
//
data = Qs.stringify(data)
return
request
({
return
request
({
url
:
'/incomeinspectinfo/persistCheck'
,
url
:
'/incomeinspectinfo/persistCheck'
,
method
:
'post'
,
method
:
'post'
,
data
:
data
data
:
data
,
headers
:
{
'Content-Type'
:
'application/json;charset=utf8'
}
})
})
}
}
...
...
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