Преглед на файлове

Merge branch 'master' of http://139.196.39.194:9021/chenc/cd-work-flow-web

yuansh преди 2 години
родител
ревизия
f6bd92d41c
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/oa/modules/IncidentTicketModal.vue

+ 2 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -576,7 +576,8 @@
           if(addData=='yes'){
             var obj = this.formState
             obj.createTime = ''
-            obj.incidentTicketChildrenList =  this.incidentTicketChildrenTable.dataSource 
+            obj.incidentTicketChildrenList =  this.incidentTicketChildrenTable.dataSource
+            obj.invoicingDate = moment(this.formState.invoicingDate).add (1,'days')
                 putAction('/oa/incidentTicket/edit', obj).then((res) => {
                    if(res.success){
                       this.$message.success('编辑成功')