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
edc08c7c
Commit
edc08c7c
authored
Aug 25, 2021
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
减免单/流量配置
parent
0399af7b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Controlswitch.vue
src/components/byh/Controlswitch.vue
+5
-0
DerateCreate.vue
src/components/byh/DerateCreate.vue
+4
-1
No files found.
src/components/byh/Controlswitch.vue
View file @
edc08c7c
...
...
@@ -98,6 +98,11 @@ export default {
center
:
true
}).
then
(({
value
})
=>
{
if
(
value
==
null
||
value
==
''
){
this
.
$message
.
error
(
"请输入后再提交"
);
return
}
this
.
$$post
(
'/raise/riaseOrPut'
,
{
keyContent
:
record
.
keyContent
,
valueContent
:
value
...
...
src/components/byh/DerateCreate.vue
View file @
edc08c7c
...
...
@@ -77,7 +77,10 @@ export default {
return
}
this
.
$message
({
message
:
'提交成功!'
,
type
:
'success'
});
setTimeout
(()
=>
{
window
.
location
.
reload
();
},
1500
);
}).
catch
(
err
=>
{
this
.
$message
.
error
(
"提交减免单失败!!!"
);
})
...
...
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