浏览代码

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