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