@@ -178,7 +178,7 @@ export default {
{ required: true, message: "目录名称不能为空", trigger: "blur" }
],
areaType: [
- { required: true, message: "区域分类(字典)不能为空", trigger: "change" }
+ { required: true, message: "区域分类不能为空", trigger: "change" }
],
pid: [
{ required: true, message: "父区域ID不能为空", trigger: "blur" }
diff --git a/dangan-ui/src/views/dangan/collection/index.vue b/dangan-ui/src/views/dangan/collection/index.vue
index 16639dc..fe80736 100644
--- a/dangan-ui/src/views/dangan/collection/index.vue
+++ b/dangan-ui/src/views/dangan/collection/index.vue
@@ -404,7 +404,7 @@ export default {
},
/** 查询档案目录下拉树结构 */
getDeptTree() {
- listCatalog({status: '0'}).then(response => {
+ listCatalog().then(response => {
// this.dangAnOptions = response.data;
this.dangAnOptions = this.handleTree(response.data, "id","pid");
if(this.$route.query.id){
diff --git a/dangan-ui/src/views/dangan/pictureRecard/index.vue b/dangan-ui/src/views/dangan/pictureRecard/index.vue
index d754e98..07e1cd9 100644
--- a/dangan-ui/src/views/dangan/pictureRecard/index.vue
+++ b/dangan-ui/src/views/dangan/pictureRecard/index.vue
@@ -9,7 +9,7 @@
-
+
-
+
+
-
+
@@ -111,21 +111,21 @@
-
+
-
-
+
+
-
+
diff --git a/dangan-ui/src/views/system/role/index.vue b/dangan-ui/src/views/system/role/index.vue
index a739ef3..cf47aae 100644
--- a/dangan-ui/src/views/system/role/index.vue
+++ b/dangan-ui/src/views/system/role/index.vue
@@ -62,7 +62,7 @@
v-hasPermi="['system:role:add']"
>新增
-
+
-
-
+
+
+
@@ -121,6 +122,7 @@
-
+