Sfoglia il codice sorgente

Merge tag 'Hotfix-101' into develop

Finish Hotfix-101
chen 2 anni fa
parent
commit
f01eb68f0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/finance/change_apply.vue

+ 1 - 1
src/views/finance/change_apply.vue

@@ -277,7 +277,7 @@ export default {
         return;
       }
       if (
-        Number(this.dataList[0].money) !=
+        Number(-this.dataList[0].money) !=
         Number(this.dataList[1].money) +
           Number(this.dataList[1].allowanceAmount)
       ) {