feat:故障记录状态修改
parent
8f3c6742c2
commit
58bbde3f1d
|
@ -288,7 +288,7 @@ export default {
|
|||
this.multiple = !selection.length
|
||||
},
|
||||
handleUpdateStatusIgnore(id){
|
||||
this.$modal.confirm('是否确认忽略').then(function(){
|
||||
this.$modal.confirm('是否确认忽略编号为"'+id+'"的数据项?').then(function(){
|
||||
return updateStatusById(id);
|
||||
}).then(()=>{
|
||||
this.getListProcess();
|
||||
|
|
Loading…
Reference in New Issue