Commit f74dfacef910e91a593d41fef0b5852f80f6d5e8

Authored by fengwotao
1 parent 45a693eb

fix: DEFECT-1551 将产品设置为默认,随后点击删除,弹窗还可以点击问题

@@ -283,6 +283,7 @@ @@ -283,6 +283,7 @@
283 popconfirm: { 283 popconfirm: {
284 title: '是否确认删除操作?', 284 title: '是否确认删除操作?',
285 onConfirm: handleDelete.bind(null, [item.id]), 285 onConfirm: handleDelete.bind(null, [item.id]),
  286 + disabled: item.default,
286 }, 287 },
287 disabled: item.default, 288 disabled: item.default,
288 }, 289 },