Commit 24b72e12 authored by 邓春圆's avatar 邓春圆

点击取消清空申请理由

parent 6091802d
......@@ -134,7 +134,7 @@
</div>
<span slot="footer" class="dialog-footers">
<el-button type="primary" @click="cancelWriteOffClick()">{{ $t(butTitle) }}</el-button>
<el-button @click="paymentShow = false">{{ $t('取消') }}</el-button>
<el-button @click="paymentShow = false; paymentValue = ''">{{ $t('取消') }}</el-button>
</span>
</el-dialog>
<!-- <commission-payment-details :id="6"></commission-payment-details>-->
......@@ -239,6 +239,7 @@ export default {
}
let reject = ()=>{
this.paymentShow = false;
this.paymentValue = ''
}
let p = {
"paymentId": this.paymentRow.id,
......
......@@ -224,7 +224,7 @@
</div>
<span slot="footer" class="dialog-footers">
<el-button type="primary" @click="cancelWriteOffClick()">{{ $t('提交') }}</el-button>
<el-button @click="examineShow = false">{{ $t('取消') }}</el-button>
<el-button @click="examineShow = false; cancelReason = '';">{{ $t('取消') }}</el-button>
</span>
</el-dialog>
......
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