Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
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
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
11ee47d3
Commit
11ee47d3
authored
Aug 25, 2021
by
levante
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
b5993c21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mobi.vue
src/views/mobi.vue
+3
-2
No files found.
src/views/mobi.vue
View file @
11ee47d3
...
...
@@ -141,6 +141,7 @@
</
template
>
<
script
>
import
{
encryptDes
}
from
'@/util/des-cryptojs'
export
default
{
data
()
{
return
{
...
...
@@ -177,9 +178,9 @@ export default {
url
:
this
.
$api
.
POST_RESERVATION_FORM
,
params
:
{
'reportorName'
:
this
.
postPerson
,
'address'
:
this
.
repairAddr
,
'address'
:
encryptDes
(
this
.
repairAddr
)
,
'place'
:
this
.
repairArea
,
'phone'
:
this
.
phone
,
'phone'
:
encryptDes
(
this
.
phone
)
,
'dscr'
:
this
.
description
,
'homeDate'
:
this
.
dueDate
,
'homeTime'
:
this
.
dueTime
...
...
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