@@ -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") {