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