소스 검색

修复代码合并的BUG。

YangZhiJie 1 년 전
부모
커밋
4b065fc0b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/window1/tabGridView/CellTextItem.vue

+ 1 - 1
src/window1/tabGridView/CellTextItem.vue

@@ -522,7 +522,7 @@ export default {
      * @param jsUrl js路径
      * @param cssUrl css路径
      */
-     openRemoteComponentModule: function (tabButton) {
+    openRemoteComponentModule: function (tabButton) {
       var _self = this;
       let jsUrl = tabButton.remoteComponentModuleJsUrl;
       let cssUrl = tabButton.remoteComponentModuleCssUrl;