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;