Commit 9f685be5 authored by youjie's avatar youjie

no message

parent 4a527b85
......@@ -840,7 +840,7 @@
margin-top: 10px;
}
._wenjian_P {
._addUpload_box_btm ._wenjian_P {
font-size: 30px;
text-align: center;
color: #41D2A1;
......@@ -1115,8 +1115,8 @@
</div>
</template>
</div>
<div>
<div class="_addUpload_box _addUpload_box_btm clearfix">
<div style="margin-top: 80px;">
<div class="_addUpload_box _addUpload_box_btm clearfix" style="width: 100%;">
<template v-for="(file,fIndex) in saveMsg">
<div v-if="file.Type==3">
<div style="width:100%;height:100%;overflow: hidden;">
......@@ -3236,6 +3236,7 @@
};
this.apipost('Financial_post_SetVoucher', msg, res => {
if (res.data.resultCode === 1) {
this.saveMsg = []
this.Financial_post_GetDetail(this.ID)
} else {
this.$message.error(res.data.message);
......
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