jiminglei 2 years ago
parent e359d77a01
commit 0eedb43879
  1. 4
      psdc-ui/src/views/system/cl/index.vue

@ -502,12 +502,12 @@ function cancel1() {
timingForm1.sceneRemark='' timingForm1.sceneRemark=''
timingForm1.sceneCode='' timingForm1.sceneCode=''
timingForm1.deviceVos=[] timingForm1.deviceVos=[]
handleQuery()
data.sblb.map(item => { data.sblb.map(item => {
item.controlKey.map(temp => { item.controlKey.map(temp => {
temp.value = ''; temp.value = '';
}); });
}); })
}; };
function handleDel(sceneCode) { function handleDel(sceneCode) {
ElMessageBox.confirm("是否确认删除此策略?", "提示",{ ElMessageBox.confirm("是否确认删除此策略?", "提示",{

Loading…
Cancel
Save