瀏覽代碼

提交代码

Lijy 3 月之前
父節點
當前提交
4f7f45aa5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/index.vue

+ 1 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/index.vue

@@ -441,6 +441,7 @@ function editRow(row: any) {
   if (value.executorId) {
     value.executorId = value.executorId.split(",")
   }
+  delete value.taskLogs;
   taskForm.value = value;
 }
 function finishRow(item: any) {