@@ -204,11 +204,13 @@ export default {
submitForm() {
const basicForm = this.$refs.basicInfo.$refs.basicInfoForm;
const genForm = this.$refs.genInfo.$refs.genInfoForm;
+ const assColumns = this.$refs.genInfo.$refs.assCloumnTable.data;
Promise.all([basicForm, genForm].map(this.getFormPromise)).then(res => {
const validateResult = res.every(item => !!item);
if (validateResult) {
const genTable = Object.assign({}, basicForm.model, genForm.model);
genTable.columns = this.cloumns;
+ genTable.assColumns = assColumns;
genTable.params = {
treeCode: genTable.treeCode,
treeName: genTable.treeName,
diff --git a/hchyun-ui/src/views/tool/gen/genInfoForm.vue b/hchyun-ui/src/views/tool/gen/genInfoForm.vue
index c99f150..52c1ebe 100644
--- a/hchyun-ui/src/views/tool/gen/genInfoForm.vue
+++ b/hchyun-ui/src/views/tool/gen/genInfoForm.vue
@@ -5,9 +5,10 @@
生成模板
-
-
-
+
+
+
+
@@ -20,7 +21,7 @@
-
+
@@ -32,7 +33,7 @@
-
+
@@ -44,7 +45,7 @@
-
+
@@ -56,7 +57,7 @@
-
+
@@ -172,6 +173,7 @@
+
@@ -211,90 +213,257 @@
+
+
+
+
+
+
+ 主表id
+
+
+
+
+
+
+
+
+
+
+
+
+ 关联表表名
+
+
+
+
+
+
+
+
+
+
+
+
+ 关联表表名
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.dictName }}
+ {{ dict.dictType }}
+
+
+
+
+
+
diff --git a/hchyun-ui/src/views/tool/query/queryDate.vue b/hchyun-ui/src/views/tool/query/queryDate.vue
index 1f6fae0..a819680 100644
--- a/hchyun-ui/src/views/tool/query/queryDate.vue
+++ b/hchyun-ui/src/views/tool/query/queryDate.vue
@@ -151,7 +151,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
var that = this
- this.$confirm('是否确认查询数据项?', "警告", {
+ this.$confirm('是否确认导出查询数据项?', "警告", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
diff --git a/hchyun-ui/src/views/tool/query/uniQuery.vue b/hchyun-ui/src/views/tool/query/uniQuery.vue
index 02e657a..60c86fb 100644
--- a/hchyun-ui/src/views/tool/query/uniQuery.vue
+++ b/hchyun-ui/src/views/tool/query/uniQuery.vue
@@ -415,7 +415,7 @@ export default {
var that = this
let list = JSONString(that.cloumns)
let data = that.info
- this.$confirm('是否确认查询数据项?', "警告", {
+ this.$confirm('是否确认导出查询数据项?', "警告", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning"
diff --git a/hchyun/hchyun-admin/src/main/resources/mybatis/mybatis-config.xml b/hchyun/hchyun-admin/src/main/resources/mybatis/mybatis-config.xml
index e8b52be..a5241ec 100644
--- a/hchyun/hchyun-admin/src/main/resources/mybatis/mybatis-config.xml
+++ b/hchyun/hchyun-admin/src/main/resources/mybatis/mybatis-config.xml
@@ -3,13 +3,13 @@
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">