瀏覽代碼

送达反馈产品选择修改

wucl 13 小時之前
父節點
當前提交
ddcf3156dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/major/todoDetail.vue

+ 1 - 1
src/views/major/todoDetail.vue

@@ -3143,7 +3143,7 @@ export default {
       }
       }
       let afterProduction = null;
       let afterProduction = null;
       if (this.feedback.production.length > 1 && (currentNodeCode === 'WRITE_REPORT' || currentNodeCode === 'WRITE_LETTER')) {
       if (this.feedback.production.length > 1 && (currentNodeCode === 'WRITE_REPORT' || currentNodeCode === 'WRITE_LETTER')) {
-        afterProduction = this.feedback.production[(this.feedback.production.length) - 1]
+        afterProduction = this.feedback.production.filter(item=>item!='STATEMENT')[0];
       }
       }
       if (majorId) {
       if (majorId) {
         let pro = {
         let pro = {