diff --git a/psdc-ui/src/views/system/cl/index.vue b/psdc-ui/src/views/system/cl/index.vue index e23efc7..c2006ad 100644 --- a/psdc-ui/src/views/system/cl/index.vue +++ b/psdc-ui/src/views/system/cl/index.vue @@ -502,12 +502,12 @@ function cancel1() { timingForm1.sceneRemark='' timingForm1.sceneCode='' timingForm1.deviceVos=[] + handleQuery() data.sblb.map(item => { item.controlKey.map(temp => { temp.value = ''; }); - }); - + }) }; function handleDel(sceneCode) { ElMessageBox.confirm("是否确认删除此策略?", "提示",{