| | |
| | | <span class="icon iconfont icon_clear" @click="clearSearch" slot="append" v-if="fuzzySearch">
|
| | | 
|
| | | </span>
|
| | | <span class="icon iconfont icon_search" @click="getVaSystemLog(1)" slot="append" v-else>
|
| | | <span class="icon iconfont icon_search" @click="getVaSystemLog(1)" slot="append">
|
| | | 
|
| | | </span>
|
| | | </el-input>
|
| | |
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | png: "",
|
| | | png: require("../../../../public/images/syslog/没数据.png"),
|
| | | loading: false,
|
| | | loadingText: "",
|
| | | tableData: [],
|
| | |
| | | getOptions() {
|
| | | queryProcName().then((res) => {
|
| | | this.procOptions = res.data
|
| | | // this.png = require("../../../../public/images/syslog/没数据.png")
|
| | | })
|
| | | },
|
| | | choseRange(item, i) {
|
| | |
| | | timeEnd: this.timeEnd,
|
| | | level: this.level,
|
| | | procName: this.procName,
|
| | | fuzzySearch: this.fuzzySearch,
|
| | | page: this.page,
|
| | | pageSize: this.pageSize
|
| | | }).then((res) => {
|