mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
code refactor
This commit is contained in:
@@ -1034,7 +1034,7 @@ export default {
|
|||||||
remove() {
|
remove() {
|
||||||
const self = this;
|
const self = this;
|
||||||
|
|
||||||
if (this.type !== 'transaction' || self.mode !== 'view') {
|
if (self.type !== 'transaction' || self.mode !== 'view') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user