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