fix: 日期选择清空异常和移除console

This commit is contained in:
TsMask
2023-09-26 18:52:35 +08:00
parent 34c43c5af1
commit 3b9b56fec9
14 changed files with 46 additions and 21 deletions

View File

@@ -157,7 +157,6 @@ function fnGetList() {
if (tableState.loading) return;
tableState.loading = true;
listTraceData(toRaw(queryParams)).then(res => {
console.log(res);
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.rows)) {
tablePagination.total = res.total;
tableState.data = res.rows;