Browse Source

完善出纳款项确认

master
yunuo970428 2 years ago
parent
commit
1f8e8d78dc
  1. 2
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmationInfo.vue

2
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/cashierConfirmationInfo.vue

@ -290,7 +290,7 @@ export default {
handReject() {
cashierReject({ sid: this.sid }).then((res) => {
if (res.code === '200') {
this.message({ showClose: true, message: '已驳回', type: 'success' })
this.$message({ showClose: true, message: '已驳回', type: 'success' })
this.handleReturn('true')
}
})

Loading…
Cancel
Save