cuiqian2004
2024-07-22 9ae83a12c2b9c764e28760fb9c3c09fe697c8990
pages/modal/3200.vue
@@ -300,10 +300,11 @@
         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,options.paramValue);
            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);
         }
         // this.isFilter=true;
@@ -533,7 +534,7 @@
                  // console.log(styledef);
                  $this.ListPageHtml_Show = ret.result.style_def ? JSON.parse(styledef) : {};
                  // console.log($this.ListPageHtml_Show);
                  $this.initial(paramValue);
               } else {
                  uni.showModal({
@@ -993,6 +994,13 @@
               if (btn.FunCode == "Add" || btn.FunCode == "Modify") {
                  if (btn.Edit_dlg.Model == "small") {
                     this.showAddSmallDialog(btn, style, enviroment);
                  } else {
                     uni.showModal({
                        title: this.translateSys("tip"),
                        content: this.translateSys("unrealized"),
                        showCancel: false,
                        confirmText: this.translateSys("cancel")
                     });
                  }
               } else if (btn.FunCode == "Delete") {
                  this.DeleteObj(btn, style, enviroment);
@@ -1242,7 +1250,7 @@
                     if ((success.result || []).length > 0) {
                        const app = success.result[0]
                        var param = "";
                        var appName = app.name || app.list_name
                        var appName = app.list_name || app.name
                           .Name;
                        var paramStr = app.param
                        if (paramStr) {