|
@@ -32,7 +32,7 @@
|
|
|
<div
|
|
|
style="width:100px;cursor: pointer;float:right; font-size:14px;margin-right:10px"
|
|
|
>
|
|
|
- <el-select v-model="onlyRead" @click="changeRead" size="small">
|
|
|
+ <el-select v-model="onlyRead" @change="changeRead" size="small">
|
|
|
<el-option
|
|
|
v-for="item in options"
|
|
|
:key="item.value"
|
|
@@ -230,7 +230,6 @@ export default {
|
|
|
|
|
|
},
|
|
|
changeRead() {
|
|
|
- this.onlyRead = !this.onlyRead
|
|
|
this.getMain()
|
|
|
},
|
|
|
changeWatch() {
|