Browse Source

督办

chengyang
是小王呀\24601 9 months ago
parent
commit
f0f2868217
  1. 9
      src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue

9
src/views/modules/shequzhili/eventOld/timeOut/resi-time.vue

@ -187,7 +187,7 @@
<el-table-column fixed="right" label="操作" align="center" width="200px">
<template slot-scope="scope">
<el-button @click="handleWatch(scope.row)" type="text" size="small">查看</el-button>
<el-button @click="handleVote(scope.row)" type="text" size="small" class="">督办</el-button>
<el-button @click="beforhandleVote(scope.row)" type="text" size="small" class="">督办</el-button>
</template>
</el-table-column>
</el-table>
@ -568,7 +568,7 @@ export default {
let params = {
icEventIdList: this.multipleSelection,
content: this.superviseFrom.content,
operationType:21 // 21:
operationType:"7" // 21:
};
const { data, code, msg } = await requestPost(url, params);
if (code === 0) {
@ -686,6 +686,11 @@ export default {
this.handleClose();
this.getTableData();
},
beforhandleVote(row){
this.showSupervise=true
this.multipleSelection=[]
this.multipleSelection.push(row.icEventId)
},
async handleVote(row){
const url = "/governance/icEventOld/updateSpecialColumn";
let params = {

Loading…
Cancel
Save