yusheng 1 周之前
父節點
當前提交
2b65fb11a3
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/views/bpm/handleTask/components/qualityReportApproval/detailDialog.vue

+ 4 - 2
src/views/bpm/handleTask/components/qualityReportApproval/detailDialog.vue

@@ -370,8 +370,10 @@
       },
       async getTableValue() {
         let unqualifiedProducts = this.$refs.unqualifiedProductRef.getValue();
-        let contentText = await this.$refs.unqualifiedHtmlRef.getValue();
-
+        let contentText = null;
+        if (this.businessType?.includes('不良品处置')) {
+          contentText = await this.$refs.unqualifiedHtmlRef.getValue();
+        }
         if (unqualifiedProducts == 'isNodisposeType') {
           return unqualifiedProducts;
         }