Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
189b768a
Commit
189b768a
authored
Dec 14, 2020
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品名称
parent
c19d5cd9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
ClientManagerment.vue
src/components/byh/ClientManagerment.vue
+1
-1
enumOpt.js
src/utils/enumOpt.js
+5
-0
version.json
version.json
+1
-1
No files found.
src/components/byh/ClientManagerment.vue
View file @
189b768a
...
...
@@ -305,7 +305,7 @@
type
:
'warning'
,
beforeClose
:
(
action
,
instance
,
done
)
=>
{
if
(
action
===
'confirm'
)
{
this
.
$$get
(
'/client/accountCancellation?userId='
+
record
.
userId
+
'&clientCell='
+
record
.
cell
+
'&appName='
+
this
.
searchInfo
.
appName
)
this
.
$$get
(
'/client/accountCancellation?userId='
+
record
.
userId
+
'&clientCell='
+
record
.
cell
+
'&appName='
+
this
.
searchInfo
.
appName
+
'&creator='
+
localStorage
.
getItem
(
"userName"
)
)
.
then
(
res
=>
{
if
(
res
.
data
.
code
!=
200
)
{
this
.
$message
.
error
(
res
.
data
.
message
);
...
...
src/utils/enumOpt.js
View file @
189b768a
...
...
@@ -305,6 +305,8 @@ const enumUtils = {
{
code
:
'ZGH'
,
message
:
'尊贵花'
},
{
code
:
'YSD'
,
message
:
'衣食贷'
},
{
code
:
'YYH'
,
message
:
'盈盈有钱H5'
},
{
code
:
'YQG_DAI'
,
message
:
'洋钱罐'
},
{
code
:
'SJJQ'
,
message
:
'手机借钱'
},
]
};
...
...
@@ -639,6 +641,8 @@ const enumUtils = {
{
value
:
'ZGH'
,
label
:
'尊贵花'
},
{
value
:
'YSD'
,
label
:
'衣食贷'
},
{
value
:
'YYH'
,
label
:
'盈盈有钱H5'
},
{
value
:
'YQG_DAI'
,
label
:
'洋钱罐'
},
{
value
:
'SJJQ'
,
label
:
'手机借钱'
},
]
};
...
...
@@ -656,6 +660,7 @@ const enumUtils = {
enumName
:
'AppNameType'
,
values
:
[
{
value
:
'YYYQ'
,
label
:
'盈盈有钱'
},
{
value
:
'YYYQ_QUICK'
,
label
:
'盈盈有钱福利版'
},
{
value
:
'SJJQ'
,
label
:
'手机借钱'
},
]
};
...
...
version.json
View file @
189b768a
{
"name"
:
"versiony"
,
"version"
:
"6.
0.4
"
"version"
:
"6.
1.0
"
}
\ No newline at end of file
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