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

Loading…
Cancel
Save