feat:故障记录状态修改

master
袁子龙 2024-09-26 09:53:56 +08:00
parent 5b73fd8e23
commit 8f3c6742c2
1 changed files with 1 additions and 1 deletions

View File

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