fjl
fujunling
2023-06-08 7f1971310aa80bc2bdeaf11a0d2bcfd725b30f39
Source/UBCS-WEB/src/components/FormTemplate/FormTempalte.vue
@@ -563,9 +563,6 @@
            value:'',
            text:''
          }:{},
          change: () => {
            this.changeFun(formItem.displayExtension, formItem.prop);
          },
          span: formItem.type === "textarea" ? 24 : this.trendsSpan,
          rules: [
            {
@@ -700,8 +697,7 @@
    // 获取表单详情数据
    getFormDetail() {
      if (this.type === 'add') return
      if (this.type === "add") return;
      getFormDetail({ templateOid: this.templateOid, oid: '213D13D5-76D3-6B42-0932-705693F6B6E4' }).then(
      getFormDetail({ templateOid: this.templateOid, oid: this.rowOid }).then(
        (res) => {
          this.form = Object.assign(this.form, res.obj)
          console.log(res, "res");