ysy 1 년 전
부모
커밋
3ff41f939e
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/bpm/handleTask/components/bomApproverJSYY/submit.vue

+ 5 - 1
src/views/bpm/handleTask/components/bomApproverJSYY/submit.vue

@@ -74,7 +74,6 @@
     methods: {
     methods: {
       async handleAudit(status) {
       async handleAudit(status) {
 
 
-
         this._approveTaskWithVariables(status);
         this._approveTaskWithVariables(status);
       },
       },
       async _approveTaskWithVariables(status) {
       async _approveTaskWithVariables(status) {
@@ -111,6 +110,11 @@
         }
         }
       },
       },
 
 
+      /**
+       * 更新日期数据
+       *
+       * @returns {Promise<void>}
+       */
       async  updateDate() {
       async  updateDate() {
         let LL = await this.getTableValue();
         let LL = await this.getTableValue();
         let _LL = LL.map((m) => {
         let _LL = LL.map((m) => {