diff --git a/src/views/setting/detection/index.vue b/src/views/setting/detection/index.vue index 5f74b53c..d4fc0145 100644 --- a/src/views/setting/detection/index.vue +++ b/src/views/setting/detection/index.vue @@ -124,10 +124,13 @@ @@ -281,6 +284,10 @@ export default { this.resetForm("queryForm"); this.handleQuery(); }, + //切换状态 + handleChangeStatus(data) { + updateDetection(data).then((response) => {}); + }, /** 新增按钮操作 */ handleAdd() { this.reset();