Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -62,6 +62,10 @@ type: String, default: "", }, LoadingStatus:{ type: String, default : "code" }, // 列表数据oid rowOid: { type: String, @@ -70,7 +74,7 @@ // 表单类型(add, edit, detail) type: { type: String, default: "add", default: "", }, // 自定义表单类型 selfColumnType: { @@ -129,7 +133,9 @@ this.handleResize(); }, created() { if (this.LoadingStatus === 'code') { this.loading = false; } }, computed: { localTrendsSpan() {