src/views/majorHazardSourceMonitoring/instrumentData/index.vue
@@ -495,6 +495,12 @@ }); }, deleteById(val) { this.$confirm('确认删除吗','提示', { confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning' }) .then(()=>{ majorEquipmentDel({id:val}).then((res) => { if (res.data.code == 200) { this.elementManagementL(); @@ -506,6 +512,9 @@ }); } }); }) .catch(error =>{ }); }, find(){ this.elementManagementL();