Browse Source

删除了一些用于调试的print等语句

wzp 9 months ago
parent
commit
bcc5614764
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Front/main.py

+ 0
- 1
Front/main.py View File

964
             # 数据库目录
964
             # 数据库目录
965
             inpath = resource_path('SQL')
965
             inpath = resource_path('SQL')
966
             file_path = inpath + '\\' + str3 + '.db'
966
             file_path = inpath + '\\' + str3 + '.db'
967
-            print(file_path)
968
             # 数据库路径,哪种方法,表名
967
             # 数据库路径,哪种方法,表名
969
             self.selectModel = UIFunctions.search_data_to_show(self, file_path, current_text, str1)
968
             self.selectModel = UIFunctions.search_data_to_show(self, file_path, current_text, str1)
970
             # self.ui.resultTableView1.doubleClicked.connect(self.seleceModel_itemclicked)
969
             # self.ui.resultTableView1.doubleClicked.connect(self.seleceModel_itemclicked)

Loading…
Cancel
Save