Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
81167be5
Commit
81167be5
authored
Aug 10, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2a7828b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
disWithdrawal.vue
src/components/UserMan/disWithdrawal.vue
+5
-4
No files found.
src/components/UserMan/disWithdrawal.vue
View file @
81167be5
...
...
@@ -124,7 +124,7 @@
</el-form>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
size=
"small"
@
click=
"reasonDig = false"
>
取 消
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"czsubmitForm('addMsg')"
>
确 定
</el-button>
<el-button
size=
"small"
type=
"primary"
@
click=
"czsubmitForm('addMsg')"
:loading=
"tjloading"
>
确 定
</el-button>
</span>
</el-dialog>
</div>
...
...
@@ -141,6 +141,7 @@
czType
:
1
,
changeState
:
false
,
loading
:
false
,
tjloading
:
false
,
checkAll
:
false
,
checkedCities
:
[],
cities
:
[],
...
...
@@ -233,17 +234,17 @@
this
.
$refs
[
formName
].
validate
((
valid
)
=>
{
if
(
valid
)
{
let
cmd
=
"/api/user/SetDistributorRemitAudit"
;
this
.
loading
=
true
this
.
tj
loading
=
true
this
.
apipost
(
cmd
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
===
1
)
{
this
.
getList
();
this
.
Success
(
res
.
data
.
message
)
this
.
reasonDig
=
false
;
this
.
loading
=
false
this
.
tj
loading
=
false
}
else
{
this
.
Error
(
res
.
data
.
message
);
this
.
loading
=
false
this
.
tj
loading
=
false
}
},
null
...
...
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