ソースを参照

fix:客户管理循环委托修改,缺少判断

ly 9 ヶ月 前
コミット
e50d60a9f5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/business/service/loop/index.vue

+ 1 - 1
src/views/business/service/loop/index.vue

@@ -489,7 +489,7 @@
     //   proxy.$modal.msg("工单已终止");
     //   return;
     // }
-    if ( row.isStop === 1 && (record.status === 3) &&
+    if (record != null && row.isStop === 1 && (record.status === 3) &&
       (editable || viewable)
     ) {
       if (row.taskTypeId === "1") {