Commit 1bfabb28 authored by youjie's avatar youjie

no message

parent c5219f6d
...@@ -400,8 +400,6 @@ export default { ...@@ -400,8 +400,6 @@ export default {
msg.vorcherInos.push(obj) msg.vorcherInos.push(obj)
}) })
}) })
console.log(msg,'-----')
return
this.submitLoading = true this.submitLoading = true
this.apipost("Financial_post_SetVisaBathCreateFinance",msg, res => { this.apipost("Financial_post_SetVisaBathCreateFinance",msg, res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
...@@ -682,8 +680,8 @@ export default { ...@@ -682,8 +680,8 @@ export default {
.proofList-box{ .proofList-box{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-left: 5px; padding: 5px 0 0 0;
margin-bottom: 3px; border-bottom: 1px dashed #eee;
} }
.d-flex{ .d-flex{
min-width: 240px; min-width: 240px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment