diff --git a/src/components/imports/imports.vue b/src/components/imports/imports.vue
index 344887a..fcd4c40 100644
--- a/src/components/imports/imports.vue
+++ b/src/components/imports/imports.vue
@@ -46,10 +46,10 @@ import { getToken } from "@/utils/auth";
import { imports } from "@/api/task/newplan.js";
export default {
props: {
- // formInfo: {
- // type: Array,
- // default: () => [],
- // },
+ formInfo: {
+ type: Array,
+ default: () => [],
+ },
tableName: String,
},
data() {
@@ -57,7 +57,7 @@ export default {
action: `${process.env.VUE_APP_BASE_API}api/admin/base-form/excel-show`,
dialogVisible: false,
headers: [],
- formInfo:[],
+ // formInfo:[],
tableList: [],
table: [],
};
diff --git a/src/views/task/list/components/addPlan.vue b/src/views/task/list/components/addPlan.vue
index bc136dd..b3751e4 100644
--- a/src/views/task/list/components/addPlan.vue
+++ b/src/views/task/list/components/addPlan.vue
@@ -68,8 +68,8 @@
-->
-
-
-
-
+
- -->
+
-
-
- 附件:
-
-
-
参与对象:
@@ -103,6 +101,14 @@
{{showform.content?showform.content:''}}
+
+
+ 附件:
+
+
+
+
-
+
+
+
{select.page_size = e,getList()}"
@pageIndexChange="e => {select.page = e,getList()}"
:table-item="table"
- :defaultExpandAll="false">
+ :defaultExpandAll="false"
+
+ :isPage='false'>
+
+
+
@@ -50,24 +62,31 @@
-
+
+
-