-
-
-
-
-
-
-
-
-
搜索
刷新重置
-
+ >重置
-
{{item.name}}
批量多体系
-
{{scope.row.cccpv_class_.name}}
-
+
- 申请方:{{ scope.row.applicant_v.name }}
+
+ {{ scope.row.applicant_v.name }}
+
@@ -102,15 +80,17 @@
编辑
删除
@@ -145,13 +125,12 @@ export default {
page: 1,
page_size: 20
},
- deptOptions: [],
+ fieldOptions: [],
field_list:[]
};
},
created() {
this.getList()
- this.getdeptOptions()
this.getfields()
},
methods: {
@@ -165,11 +144,11 @@ export default {
this.listLoading = false
});
},
- getdeptOptions() {
- getOrgList().then(res=>{
- this.deptOptions = genTree(res.data)
- })
- },
+ // getdeptOptions() {
+ // getOrgList().then(res=>{
+ // this.deptOptions = genTree(res.data)
+ // })
+ // },
resetFilter() {
this.listQuery = {
page: 1,
@@ -203,6 +182,7 @@ deleteCertapp(scope.row.id).then(res=>{
getfields(){
getDictList({type__code:'cert_field'}).then(res=>{
let fields = []
+ this.fieldOptions = genTree(res.data)
for(var i=0;i
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ {{ scope.row.number }}
+
+
+
+ {{scope.row.cert_field_.name}}
+ {{scope.row.cccpv_class_.name}}
+
+
+
+
+
+ {{ scope.row.applicant_v.name }}
+
+
+
+
+
+ {{ scope.row.state}}
+
+
+
+ {{ scope.row.create_by_.name}}
+
+
+
+ {{ scope.row.create_time }}
+
+
+
+
+
+
+
+
+
diff --git a/client/src/views/enterprise/enterprisechoose.vue b/client/src/views/enterprise/enterprisechoose.vue
index 2c5366a..9dfebf0 100644
--- a/client/src/views/enterprise/enterprisechoose.vue
+++ b/client/src/views/enterprise/enterprisechoose.vue
@@ -12,14 +12,13 @@
icon="el-icon-search"
@click="handleFilter">搜索
刷新重置
+ @click="resetFilter">重置