fix: 日期选择清空异常和移除console
This commit is contained in:
@@ -674,6 +674,9 @@ function fnModalUploadXlsxImportExportTemplate() {
|
||||
function fnGetList() {
|
||||
if (tableState.loading) return;
|
||||
tableState.loading = true;
|
||||
if (!queryRangePicker.value) {
|
||||
queryRangePicker.value = ['', ''];
|
||||
}
|
||||
queryParams.beginTime = queryRangePicker.value[0];
|
||||
queryParams.endTime = queryRangePicker.value[1];
|
||||
listUser(toRaw(queryParams)).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user