75
cuiqian2004
2025-11-28 e92aeae89a7430b326ab2157ed5004cc5c87d659
pages/modal/3200.vue
@@ -846,13 +846,27 @@
         //刷新
         Refresh(value) {
            //刷新当前页面
            this.initial();
            this.handleButtonClick((done) => {
                  this.initial();
               setTimeout(() => {
                  done(); // 重置状态
               }, 1000);
            });
            // uni.redirectTo({
            //    url:'../modal/3200?param='+JSON.stringify(this.param)+"&titlename="+this.title,
            // });
         },
         //点击显示浏览对象显示页面
         async onViewPageClick(style) {
         onViewPageClick(style) {
            this.handleButtonClick((done) => {
               this.viewPageClick(style);
               setTimeout(() => {
                  done(); // 重置状态
               }, 1000);
            });
         },
         async viewPageClick(style) {
            if (this.param.ViewPage) {
               if (this.param.ViewPage.View_UIDef) {
                  this.styledef = style;
@@ -1674,6 +1688,7 @@
         //点中表单
         onPanelClick(value) { //点击面板高亮显示
            // console.log(value);
            this.setData({
               activeItem: this.detail1StyleDefList[value]
            })