whychdw
2020-07-23 c22880688c8fc95f632b9a3a4a22ae90d397407c
提交内容
1个文件已修改
2 ■■■■■ 已修改文件
src/pages/batt-list/history-page.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/batt-list/history-page.vue
@@ -747,9 +747,11 @@
                    this.$api.file.clearProgress()
                    .then(()=> {
                        this.getProgress();
                        var batt  = this.$store.state.batt;
                        // 构造查询条件
                        let searchParams = {
                            pageName: 'history',
                            dev_id: batt.dev_id,
                            dev_name: this.dev_name,
                            table_name: this.getTableName,
                            states: this.getState,