feat:故障记录状态修改

master
袁子龙 2024-09-26 09:54:24 +08:00
parent 8f3c6742c2
commit 58bbde3f1d
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ export default {
this.multiple = !selection.length this.multiple = !selection.length
}, },
handleUpdateStatusIgnore(id){ handleUpdateStatusIgnore(id){
this.$modal.confirm('是否确认忽略').then(function(){ this.$modal.confirm('是否确认忽略编号为"'+id+'"的数据项?').then(function(){
return updateStatusById(id); return updateStatusById(id);
}).then(()=>{ }).then(()=>{
this.getListProcess(); this.getListProcess();