jt
2024-07-20 724e74c6545f8895c35cebe5dd56dfda7cc95adb
pages/modal/3200.vue
@@ -300,11 +300,12 @@
         if (this.param.ListPage.ListItem_UIDef?.ui_type == "HTML页面") {
            // HTML页面
            //获取数据类的HTML页面
            await this.Html_UIstyleGetInfo(this.param.DataCls.id, this.param.ListPage.ListItem_UIDef.id);
            await this.Html_UIstyleGetInfo(this.param.DataCls.id, this.param.ListPage.ListItem_UIDef.id,options.paramValue);
         } else {
            await this.Detail1_UIstyleGetInfo(this.param.DataCls.id, this.param.ListPage.ListItem_UIDef.id);
            await this.initial(options.paramValue);
         }
         await this.initial(options.paramValue);
         // this.isFilter=true;
         // if(this.param.ShowFilter)
         //   this.isFilter=false;
@@ -512,7 +513,7 @@
            });
         },
         async Html_UIstyleGetInfo(class_id, style_id) { //获取自定义表单样式
         async Html_UIstyleGetInfo(class_id, style_id, paramValue) { //获取自定义表单样式
            var $this = this;
            var dataInfo = {
               class_id: class_id,
@@ -532,6 +533,8 @@
                  // console.log(styledef);
                  $this.ListPageHtml_Show = ret.result.style_def ? JSON.parse(styledef) : {};
                  // console.log($this.ListPageHtml_Show);
                  $this.initial(paramValue);
               } else {
                  uni.showModal({
                     title: this.translateSys("error") + "10",