fix:返回按钮

pull/3/head
dearlin 2023-11-22 20:00:39 +08:00
parent 86bce751b7
commit f4dc266913
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<template> <template>
<div class="app-container"> <div class="app-container">
<el-page-header content="AI报警" @back="back"/>
<div class="level-title mt-20"/>
<el-form label-width="100px"> <el-form label-width="100px">
<el-row> <el-row>
<el-col :span="5"> <el-col :span="5">
@ -231,6 +233,10 @@ export default {
AIWARNING_PEOPLE: '' // AIWARNING_PEOPLE: '' //
} }
}, },
back() {
this.$parent.CORPINFO_ID = ''
this.$parent.activeName = 'OutSourced'
},
// //
getQuery() { getQuery() {
this.$refs.multipleTable.clearSelection() this.$refs.multipleTable.clearSelection()