YangZhiJie 1 год назад
Родитель
Сommit
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;