fix : 时间选择器历史记录绑定修改
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-input>
|
||||
<pick-time id="explore" ref="pickTime" v-model="filterTime" :refresh-data-func="queryLogData" :use-chart-unit="false" :use-refresh="false">
|
||||
<pick-time id="explore" ref="pickTime" v-model="filterTime" :refresh-data-func="queryLogData" :sign="sign" :use-chart-unit="false" :use-refresh="false">
|
||||
<template slot="added-text">{{$t('overall.query')}}</template>
|
||||
</pick-time>
|
||||
</template>
|
||||
@@ -54,6 +54,9 @@ export default {
|
||||
nzBottomDataList,
|
||||
logTab
|
||||
},
|
||||
props: {
|
||||
sign:[Number,String]
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
logData: null,
|
||||
|
||||
Reference in New Issue
Block a user