Explorar el Código

造价书焦点问题

zhongzewei hace 7 años
padre
commit
ac23259718
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {