diff --git a/pagesA/community/handle/handle.vue b/pagesA/community/handle/handle.vue
index 641d359..7f4f7d9 100644
--- a/pagesA/community/handle/handle.vue
+++ b/pagesA/community/handle/handle.vue
@@ -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('提交成功');
// 返回
diff --git a/pagesA/detail/detail.vue b/pagesA/detail/detail.vue
index a29236c..d3d694d 100644
--- a/pagesA/detail/detail.vue
+++ b/pagesA/detail/detail.vue
@@ -85,7 +85,7 @@
- 立即办理
+ 立即办理
督办复审