forked from github/dataease
chore: cleanup unnecessary console log
This commit is contained in:
parent
b2e48eefe5
commit
f39d15a7f9
@ -187,7 +187,6 @@ export default {
|
|||||||
const curSeparator = Math.trunc(
|
const curSeparator = Math.trunc(
|
||||||
templateMainDom.offsetWidth / _this.templateMiniWidth
|
templateMainDom.offsetWidth / _this.templateMiniWidth
|
||||||
);
|
);
|
||||||
console.log(1, curSeparator);
|
|
||||||
_this.templateCurWidth =
|
_this.templateCurWidth =
|
||||||
Math.trunc(templateMainDom.offsetWidth / curSeparator) - 50;
|
Math.trunc(templateMainDom.offsetWidth / curSeparator) - 50;
|
||||||
});
|
});
|
||||||
|
@ -314,7 +314,6 @@ export default {
|
|||||||
});
|
});
|
||||||
const [ min, max ] = this.dataRange;
|
const [ min, max ] = this.dataRange;
|
||||||
if (min && max) {
|
if (min && max) {
|
||||||
console.log(1, +min, +max);
|
|
||||||
conditions.push({
|
conditions.push({
|
||||||
field: 'dataset_table_task.last_exec_time',
|
field: 'dataset_table_task.last_exec_time',
|
||||||
operator: "between",
|
operator: "between",
|
||||||
|
Loading…
Reference in New Issue
Block a user