田源
2024-11-14 b57cfd46a1eaa0679480df5d805c25f48f7f5f42
Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/formDefine/components/formDialog.vue
@@ -140,6 +140,7 @@
          <basic-container>
            <div style="height: 660px; overflow-y: auto;padding-right: 10px">
              <h3>设置</h3>
              <h4 style="color: red">属性设置信息后需单击右下角应用按钮进行应用</h4>
              <el-form ref="form" :model="form" :rules="rules" label-position="left" label-width="85px">
                <el-row style="border-bottom: 1px solid #878585;padding-bottom: 10px">
                  <el-col :span="24">
@@ -1111,7 +1112,8 @@
        text: data.text,
        oid: data.oid,
        itemType: 'text',
        itemName: data.data.name
        itemName: data.data.name,
        itemCols :"1"
      }
      console.log(data);
      const isDuplicate = this.formList.some(item => item.text === data.text);
@@ -1128,6 +1130,7 @@
      this.activeItem = item;
      this.activeItemIndex = index;
      this.form = {...item};
      // this.form.itemCols = "1";
      console.log(item);
      // console.log(item,index);
@@ -1305,7 +1308,7 @@
        viType: 1, // 视图类型
        viTypeText: "表单", // 视图中文名称
        prm: {
          formQtName: '', // 查询模板名称
          formQtName: this.form.qtName, // 查询模板名称
          showCols: this.topForm.showColumn,
          prmItemList: this.formList
        },
@@ -1315,6 +1318,7 @@
          this.$message.success(res.data.obj);
          this.visible = false;
          this.closeDialog();
          this.$emit('updataTable');
        }
      })
      // this.visible = false;