处理工单

master
Lee1203 2022-07-31 16:45:38 +08:00
parent 3a13f8feef
commit a7e95c4219
1 changed files with 5 additions and 1 deletions

View File

@ -26,8 +26,12 @@
findings:'', // findings:'', //
results:'', // results:'', //
flag:true, flag:true,
id:0, //id
} }
}, },
onload(op) {
if(op.id) this.id = op.id;
},
methods: { methods: {
// //
submitEv(id,type){ submitEv(id,type){
@ -39,7 +43,7 @@
result:this.results, result:this.results,
invalid:type invalid:type
} }
this.$requst.post('/api/opinion/worker-handle',params).then(res => { this.$requst.post('opinion/worker-handle',params).then(res => {
if(res.code==0){ if(res.code==0){
this.$toolAll.tools.showToast('提交成功'); this.$toolAll.tools.showToast('提交成功');
// //