소스 검색

合同管理计划bug

seyanew 2 일 전
부모
커밋
c96eb52cec
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

+ 1 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/contract/components/customContract.vue

@@ -957,8 +957,7 @@ export default {
         stampDutyTime: ''
       }
 
-      // this.contractPaymentList.push(val)
-      this.contractPaymentList.unshift(val)
+      this.contractPaymentList.push(val)
     },
 
     getProjectList() {