diff --git a/src/views/ea/electronicOther/index.vue b/src/views/ea/electronicOther/index.vue
index 56496c19..2b1b2772 100644
--- a/src/views/ea/electronicOther/index.vue
+++ b/src/views/ea/electronicOther/index.vue
@@ -6,6 +6,9 @@
+
+
+
@@ -27,14 +30,17 @@
+
-
+
+
@@ -44,12 +50,24 @@
+
+
+
+
+
+
@@ -76,6 +94,7 @@
+
@@ -86,13 +105,18 @@
+
+
+
+
+
@@ -113,6 +137,9 @@
+
+
+
@@ -130,14 +157,17 @@
+
-
+
@@ -147,12 +177,24 @@
+
+
+
+
+
+
@@ -193,19 +235,25 @@ export default {
pageNo: 1,
pageSize: 10,
name: null,
+ flowCode: null,
source: null,
year: null,
period: null,
businessType: null,
createTime: [],
createBy: null,
+ companyId: null,
company: null,
delStatus: null,
suffix: null,
fileUrl: null,
fileAp: null,
+ flowId: null,
note: null,
+ deptId: null,
deptName: null,
+ recordId: null,
+ userId: null,
archiveState: null,
},
// 表单参数
@@ -239,18 +287,24 @@ export default {
this.form = {
id: undefined,
name: undefined,
+ flowCode: undefined,
source: undefined,
year: undefined,
period: undefined,
businessType: undefined,
createBy: undefined,
+ companyId: undefined,
company: undefined,
delStatus: undefined,
suffix: undefined,
fileUrl: undefined,
fileAp: undefined,
+ flowId: undefined,
note: undefined,
+ deptId: undefined,
deptName: undefined,
+ recordId: undefined,
+ userId: undefined,
archiveState: undefined,
};
this.resetForm("form");