浏览代码

合同管理计划bug

seyanew 2 天之前
父节点
当前提交
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() {