Parcourir la source

造价书焦点问题

zhongzewei il y a 7 ans
Parent
commit
ac23259718
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      web/building_saas/main/js/views/character_content_view.js

+ 1 - 0
web/building_saas/main/js/views/character_content_view.js

@@ -722,6 +722,7 @@ let pageCCOprObj = {
         theCha.workBook.getSheet(0).setRowCount(0);
         sheetCommonObj.cleanSheet(theCon.workBook.getSheet(0), theCon.setting, -1);
         sheetCommonObj.cleanSheet(theCha.workBook.getSheet(0), theCha.setting, -1);
+        projectObj.mainSpread.focus(true);
     },
     //更新特征及内容数据
     updateCharacterContent: function (findSet, updateObj, txtObj, oprObj) {