fix: List dataType

This commit is contained in:
guozhigq
2024-02-28 00:45:13 +08:00
parent 542975d0ec
commit db03cdd442
11 changed files with 15 additions and 15 deletions

View File

@ -139,7 +139,7 @@ class BlackListController extends GetxController {
int currentPage = 1;
int pageSize = 50;
RxInt total = 0.obs;
RxList<BlackListItem> blackList = [BlackListItem()].obs;
RxList<BlackListItem> blackList = <BlackListItem>[].obs;
Future queryBlacklist({type = 'init'}) async {
if (type == 'init') {