Browse Source

修复一键复制 工作协调明日计划抄送人渲染

ming 7 months ago
parent
commit
39ec1ebd8b
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/pages/business/common/projectMange/record/index.vue

+ 4 - 3
src/pages/business/common/projectMange/record/index.vue

@@ -386,12 +386,13 @@ function handleSubmit(type,item) {
           }
           
         })
+        item.tomorrowPlan=item.tomorrowPlan?item.tomorrowPlan:'-';
+        item.coordinateWork=item.coordinateWork?item.coordinateWork:'-'
         // 触发方法
-        proxy.$common.uniCopy({
+          proxy.$common.uniCopy({
           content: workLongString+ "\n" +
                   "明日计划:\n" + item.tomorrowPlan + "\n" +
-                  "工作协调:\n" + item.coordinateWork + "\n" +
-                  "抄送人:\n" +ccToString  ,
+                  "工作协调:\n" + item.coordinateWork,
           success: (res) => {
             uni.showToast({
               title: res,