zhanghua
2023-10-05 5178799b28cc30037f3991aecf83811e92cba296
src/views/smoke/realTime/components/header/index.vue
@@ -67,7 +67,7 @@
      <el-form-item>
        <el-button type="primary" @click="getUserList">刷新</el-button>
        <el-button type="primary" @click="resetAll">导出</el-button>
        <el-button type="primary" @click="exportTableData">导出</el-button>
      </el-form-item>
    </el-form>
  </div>
@@ -169,9 +169,11 @@
    getUserList() {
      const ownerItem = this.ownerOptions[this.seachData.ownerIndex];
      this.seachData.owner = ownerItem.Pid + ownerItem.Id;
      console.log(this.seachData);
      this.$emit("getList", { seachData: this.seachData });
    },
    exportTableData(){
    }
  },
};
</script>