ysy 1 anno fa
parent
commit
3ff41f939e

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

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