diff --git a/src/views/leaks/components/CreateRepairTaskDrawer.vue b/src/views/leaks/components/CreateRepairTaskDrawer.vue index 30efbe5a2f71c02240981988672cc167264f0b97..a35ab17772644bdc5c523b6d41c11539f3d52d6f 100644 --- a/src/views/leaks/components/CreateRepairTaskDrawer.vue +++ b/src/views/leaks/components/CreateRepairTaskDrawer.vue @@ -207,7 +207,7 @@ >点击跳转到{{ item.fix_way }}{{ taskType === 'cve fix' ? '修复' : '移除' }}任务页面
-只执行热补丁任务,冷补丁任务需手动执行
+只执行热补丁任务,冷补丁任务需手动执行
{{ countDown }}秒后回到原页面
@@ -307,6 +307,8 @@ export default { }, data() { return { + // 是否立即执行 + isExcuteASAP: false, hostListparams: [], fixParams: {}, // 修复任务入参 @@ -788,6 +790,7 @@ export default { } }, handleSubmit(excuteASAP = false) { + this.isExcuteASAP = excuteASAP; const _this = this; this.form.validateFields((err, values) => { if (!err) {