cuiqian2004
2025-08-14 d066a9659f793dee40ac7fa0bc399ebd30664b4a
pages/modal/5601.vue
@@ -185,7 +185,8 @@
         //获取主数据类ID
         this.ClsID = this.param.master_cls?.id;
         if (this.ClsID) {
            this.loadData(options.paramValue)
            const  paramValue = options.paramValue ?JSON.parse(options.paramValue) :undefined
            this.loadData(paramValue)
         } else {
            uni.showModal({
               title: this.translateSys("error"),
@@ -224,6 +225,7 @@
            //获取数据类的自定义表单参数
            await this.Head_UIStyleGetInfo(this.ClsID, this.param.Input_UI_Style.ID);
            //传入参数值
            console.log(paramValue)
            if (paramValue) {
               const attrs = paramValue.attrs || [];
               (this.head_styledef?.form?.items || []).forEach(async (ele, index) => {
@@ -3450,7 +3452,7 @@
            button {
               text-align: left;
               line-height: 1.5;
               line-height: 1.6;
               border: none;
               margin-right: 10rpx;