Compare commits

..

2 Commits

Author SHA1 Message Date
Lee1203 2ea46c7862 Merge branch 'master' of http://git.scdxtc.com/chen/public-opinion 2022-07-31 16:45:46 +08:00
Lee1203 a7e95c4219 处理工单 2022-07-31 16:45:38 +08:00
1 changed files with 5 additions and 1 deletions

View File

@ -26,8 +26,12 @@
findings:'', //
results:'', //
flag:true,
id:0, //id
}
},
onload(op) {
if(op.id) this.id = op.id;
},
methods: {
//
submitEv(id,type){
@ -39,7 +43,7 @@
result:this.results,
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){
this.$toolAll.tools.showToast('提交成功');
//