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