fujunling
2023-06-06 e480475d30c1a079a39b6cbf1dd43dc485394e62
Source/UBCS-WEB/src/components/FormTemplate/index.vue
@@ -14,6 +14,7 @@
      :visible="visible"
      :type="type"
      :rowOid="rowOid"
      :templateOid="templateOid"
      ref="FormTempalte"
      @getFormData="getFormData"
    ></FormTempalte>
@@ -160,7 +161,9 @@
  methods: {
    openDialog() {
      this.getFormTemplate();
      this.getCodeRule();
      if (this.type === 'add') {
        this.getCodeRule();
      }
    },
    close() {
      this.dialogVisible = false;