ソースを参照

修复代码合并的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;