“dzb”
2022-10-08 ccedc2e714c01d51f8eb986c6549ea701811f4bb
src/views/operate/disposal/casepool/pool/index.vue
@@ -51,9 +51,9 @@
                    @selection-change="tableChange">
                    <el-table-column type="selection" min-width="5">
                    </el-table-column>
                    <el-table-column prop="id" label="事件编号" min-width="10">
                    <el-table-column prop="code" label="事件编号" min-width="10">
                        <template slot-scope="scope">
                            <el-link @click="JumpView(scope.row)">{{scope.row.id}}</el-link>
                            <el-link @click="JumpView(scope.row)">{{scope.row.code}}</el-link>
                        </template>
                    </el-table-column>
                    <el-table-column prop="eventSource" label="问题来源" min-width="10">
@@ -440,10 +440,16 @@
            .then(res=>{
                console.log(res);
                if(res.code === 200){
                    this.$message({
                    this.$notify({
                        title:'温馨提示',
                        message:'此事件已忽略,返回系统在学习',
                        type:'success',
                        message:'操作成功',
                        position: 'bottom-right'
                    })
                    // this.$message({
                    //     type:'success',
                    //     message:'操作成功',
                    // })
                    this.getUserList();
                }else{
                    this.$message({
@@ -463,10 +469,16 @@
            .then(res=>{
                console.log(res);
                if(res.code === 200){
                    this.$message({
                    this.$notify({
                        title:'温馨提示',
                        message:'此事件暂不处理,请前往暂不处理界面查看详情',
                        type:'success',
                        message:'操作成功',
                        position: 'bottom-right'
                    })
                    // this.$message({
                    //     type:'success',
                    //     message:'操作成功',
                    // })
                    this.getUserList();
                }else{
                    this.$message({