diff --git a/WebRoot/view/tb/form/save_form.html b/WebRoot/view/tb/form/save_form.html
index 8829c9a1..c6cddbda 100644
--- a/WebRoot/view/tb/form/save_form.html
+++ b/WebRoot/view/tb/form/save_form.html
@@ -81,7 +81,8 @@
data: {
"job_name": $("#task_name").val(),
"table_name": "ds_" + $("#table_name").val(),
- "json": window.localStorage.getItem('form_json')
+ "json": window.localStorage.getItem('form_json'),
+ "target_type_id": window.localStorage.getItem('target_type_id')
},
success: function (result) {
if (result.success) {
diff --git a/WebRoot/view/tb/org/format_select.html b/WebRoot/view/tb/org/format_select.html
index ecbc8aa2..68441ac4 100644
--- a/WebRoot/view/tb/org/format_select.html
+++ b/WebRoot/view/tb/org/format_select.html
@@ -37,33 +37,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-  |
- |
-  |
-
-
- 表单 |
- |
- EXCEL模板 |
-
-
-
-
-
-
+
+
@@ -72,12 +80,64 @@
+
+
+
+