fix:返回按钮
parent
86bce751b7
commit
f4dc266913
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue