Ver Fonte

修复代码合并的BUG。

YangZhiJie há 1 ano atrás
pai
commit
4b065fc0b3
1 ficheiros alterados com 1 adições e 1 exclusões
  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;