Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
a366dceb
Commit
a366dceb
authored
Mar 23, 2022
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
put请求
解润东 20220323
parent
0e36fe56
Pipeline
#8086
passed with stage
in 5 minutes
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
src/service/message.js
src/service/message.js
+2
-2
src/service/table.js
src/service/table.js
+9
-1
src/views/warningForm/index.vue
src/views/warningForm/index.vue
+1
-0
No files found.
src/service/message.js
View file @
a366dceb
...
...
@@ -47,7 +47,7 @@ export function removeMessgae(data) {
//待办事项列表
export
function
waitList
(
data
)
{
return
request
({
url
:
"
/backlogInfo/list
"
,
url
:
'
/hse/app-api/
'
+
"
/backlogInfo/list
"
,
method
:
'
post
'
,
data
})
...
...
@@ -55,7 +55,7 @@ export function waitList(data) {
//未读消息数
export
function
badgeNumber
(
data
)
{
return
request
({
url
:
"
/backlogInfo/unReadCount
"
,
url
:
'
/hse/app-api/
'
+
"
/backlogInfo/unReadCount
"
,
method
:
'
get
'
,
data
})
...
...
src/service/table.js
View file @
a366dceb
...
...
@@ -31,4 +31,12 @@ export function postFunTwo(url,data) {
method
:
'
post
'
,
data
})
}
\ No newline at end of file
}
/* put请求 */
export
function
putFunTwo
(
url
,
data
)
{
return
request
({
url
:
'
/sk_ceninss/
'
+
url
,
method
:
'
put
'
,
data
})
}
\ No newline at end of file
src/views/warningForm/index.vue
View file @
a366dceb
...
...
@@ -265,6 +265,7 @@ export default {
loadingType
:
'
spinner
'
,
duration
:
0
})
console
.
log
(
obj
)
putFunTwo
(
'
app/push
'
,
obj
).
then
((
Response
)
=>
{
this
.
$toast
.
clear
()
this
.
$toast
.
success
({
...
...
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