diff --git a/src/maincomponentplugin/feedback/List.qml b/src/maincomponentplugin/feedback/List.qml index 52575f5..1142c61 100644 --- a/src/maincomponentplugin/feedback/List.qml +++ b/src/maincomponentplugin/feedback/List.qml @@ -90,7 +90,7 @@ Item { } Component.onCompleted: { - getList(true) + Qt.callLater(getList, true) } // 分类过滤下拉框