chen 2 年 前
コミット
73067e8160
1 ファイル変更1 行追加1 行削除
  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)
       ) {