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
c19d5cd9
Commit
c19d5cd9
authored
Oct 19, 2020
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销户
parent
4eaf9433
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
index.html
index.html
+0
-3
ClientManagerment.vue
src/components/byh/ClientManagerment.vue
+1
-1
enumOpt.js
src/utils/enumOpt.js
+2
-0
version.json
version.json
+1
-1
No files found.
index.html
View file @
c19d5cd9
...
...
@@ -26,9 +26,6 @@
//生产环境
window
.
APIHOST
=
"https://water.jqtianxia.com"
;
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
</script>
<link
rel=
"stylesheet"
href=
"./static/css/index.css"
>
...
...
src/components/byh/ClientManagerment.vue
View file @
c19d5cd9
...
...
@@ -305,7 +305,7 @@
type
:
'warning'
,
beforeClose
:
(
action
,
instance
,
done
)
=>
{
if
(
action
===
'confirm'
)
{
this
.
$$get
(
'/client/accountCancellation?userId='
+
record
.
userId
+
'&clientCell='
+
record
.
cell
)
this
.
$$get
(
'/client/accountCancellation?userId='
+
record
.
userId
+
'&clientCell='
+
record
.
cell
+
'&appName='
+
this
.
searchInfo
.
appName
)
.
then
(
res
=>
{
if
(
res
.
data
.
code
!=
200
)
{
this
.
$message
.
error
(
res
.
data
.
message
);
...
...
src/utils/enumOpt.js
View file @
c19d5cd9
...
...
@@ -304,6 +304,7 @@ const enumUtils = {
{
code
:
'RS_DAI'
,
message
:
'榕树贷'
},
{
code
:
'ZGH'
,
message
:
'尊贵花'
},
{
code
:
'YSD'
,
message
:
'衣食贷'
},
{
code
:
'YYH'
,
message
:
'盈盈有钱H5'
},
]
};
...
...
@@ -637,6 +638,7 @@ const enumUtils = {
{
value
:
'RS_DAI'
,
label
:
'榕树贷'
},
{
value
:
'ZGH'
,
label
:
'尊贵花'
},
{
value
:
'YSD'
,
label
:
'衣食贷'
},
{
value
:
'YYH'
,
label
:
'盈盈有钱H5'
},
]
};
...
...
version.json
View file @
c19d5cd9
{
"name"
:
"versiony"
,
"version"
:
"6.0.
2
"
"version"
:
"6.0.
4
"
}
\ 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