|
|
@ -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') |
|
|
|
} |
|
|
|
}) |
|
|
|