diff --git a/src/api/system/field.js b/src/api/system/field.js
index 4562776..32ab17b 100644
--- a/src/api/system/field.js
+++ b/src/api/system/field.js
@@ -16,6 +16,14 @@ export function edit(data) {
})
}
+export function FetchFindGroupType(params) {
+ return request({
+ url: 'api/categoryField/findGroupType',
+ method: 'get',
+ params
+ })
+}
+
export function verifyMaintenance(code) {
const params = {
code
@@ -26,4 +34,4 @@ export function verifyMaintenance(code) {
params
})
}
-export default { add, edit, verifyMaintenance }
+export default { add, edit, FetchFindGroupType, verifyMaintenance }
diff --git a/src/views/system/archiveScopeManage/module/tableList.vue b/src/views/system/archiveScopeManage/module/tableList.vue
index 77352c9..d6a37eb 100644
--- a/src/views/system/archiveScopeManage/module/tableList.vue
+++ b/src/views/system/archiveScopeManage/module/tableList.vue
@@ -153,7 +153,7 @@ const defaultForm = {
scopeCode: null,
isTop: '1',
pid: null,
- retention: 0
+ retention: ''
}
export default {
@@ -206,15 +206,15 @@ export default {
},
periodOptions: [
{
- value: 0,
+ value: '永久',
label: '永久'
},
{
- value: 1,
+ value: '定期30年',
label: '定期30年'
},
{
- value: 2,
+ value: '定期10年',
label: '定期10年'
}
]
diff --git a/src/views/system/metadata/dataList/index.vue b/src/views/system/metadata/dataList/index.vue
index 7bf47af..377bb1b 100644
--- a/src/views/system/metadata/dataList/index.vue
+++ b/src/views/system/metadata/dataList/index.vue
@@ -24,6 +24,19 @@
+
+
+
+
+
+
+
+
是
@@ -57,12 +70,18 @@
+
+
+ {{ scope.row.fieldCnName + " - " + scope.row.fieldName }}
+
+