code refactor

This commit is contained in:
MaysWind
2024-09-22 16:46:35 +08:00
parent 4047aaf48a
commit 732fa3b9de
@@ -1034,7 +1034,7 @@ export default {
remove() {
const self = this;
if (this.type !== 'transaction' || self.mode !== 'view') {
if (self.type !== 'transaction' || self.mode !== 'view') {
return;
}