We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a47e1 commit ac08959Copy full SHA for ac08959
formatter.py
@@ -139,7 +139,8 @@ def update_list(json_str):
139
json_obj = json.loads(json_str)
140
# 传入json对象,返回所需要的格式化协议数据数组
141
res = analyse_json_obj(json_obj)
142
-
+ global last_list_com_box
143
+ last_list_com_box = None
144
ui.tv_fields.setRowCount(len(res))
145
146
pre_type_combobox = None
0 commit comments