田源
2024-04-08 f3b600d0ed160ea8390504b08b23b1b8cd3ced89
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();
      })