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)
       ) {