Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
d8baabf8
Commit
d8baabf8
authored
5 years ago
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换userid
parent
d955f75d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.vue
wx_application/src/views/mainSale/message/index.vue
+5
-3
releaseMessage.vue
wx_application/src/views/mainSale/message/releaseMessage.vue
+1
-1
No files found.
wx_application/src/views/mainSale/message/index.vue
View file @
d8baabf8
...
...
@@ -27,18 +27,20 @@
data
()
{
return
{
// clerkId: '2003160512400400000',
clerkId
:
'
2003160512400400000
'
,
clerkId
:
''
,
messageList
:
[]
}
},
mounted
()
{
this
.
clerkId
=
sessionStorage
.
getItem
(
'
clerk
Id'
)
this
.
clerkId
=
sessionStorage
.
getItem
(
'
user
Id'
)
this
.
handleGetMessageByClerkId
()
},
methods
:
{
handleGetMessageByClerkId
()
{
let
_this
=
this
getMessageByClerkId
({
clerkId
:
_this
.
clerkId
})
let
requestRarams
=
{
clerkId
:
_this
.
clerkId
}
alert
(
JSON
.
stringify
(
requestRarams
))
getMessageByClerkId
(
requestRarams
)
.
then
(
res
=>
{
if
(
res
.
result
==
'success'
)
{
_this
.
messageList
=
res
.
data
...
...
This diff is collapsed.
Click to expand it.
wx_application/src/views/mainSale/message/releaseMessage.vue
View file @
d8baabf8
...
...
@@ -35,7 +35,7 @@
}
},
mounted
()
{
this
.
supervisorId
=
sessionStorage
.
getItem
(
'
clerk
Id'
)
this
.
supervisorId
=
sessionStorage
.
getItem
(
'
user
Id'
)
this
.
getClerkInfoBySupervisorId
()
},
methods
:
{
...
...
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