wangting
2024-04-08 9d003325865fe5adb195a0225be1893eb3d03606
Source/ProjectWeb/src/views/base/UIContentViewerInDialog.vue
@@ -122,7 +122,6 @@
  methods: {
    initUI() {
      getUIContent({btmType: this.btmType, id: this.content}).then(res => {
        console.log(res.data.obj)
        this.uiDefineVO = res.data.obj;
        this.initContent();
      })