src/main/webapp/views/deviceOperate/crnOperate.html
@@ -234,6 +234,11 @@ }, requestOperate(method) { let that = this that.$confirm('此操作存在风险,是否继续','提示',{ confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then(()=>{ $.ajax({ url: baseUrl + "/crn/operator/" + method, headers: { @@ -255,6 +260,8 @@ } } }); }) }, updateEnableInOut(type) { let that = this