seyanew 1 день назад
Родитель
Сommit
c96eb52cec

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