diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index d9035d3..ca5d9b6 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -12,7 +12,7 @@ const user = {
townList: [],
treeProps: {
label: "label",
- value: "label",
+ value: "id",
checkStrictly: true,
},
userId: null,
diff --git a/src/views/netManage/qlzxTj/index.vue b/src/views/netManage/qlzxTj/index.vue
index 5bec5bd..1398b7e 100644
--- a/src/views/netManage/qlzxTj/index.vue
+++ b/src/views/netManage/qlzxTj/index.vue
@@ -87,9 +87,9 @@
-
+
- {{ parseTime(scope.row.yearMonth, "{y}-{m}-{d}") }}
+ {{ parseTime(scope.row.monthYear, "{y}-{m}-{d}") }}
@@ -167,11 +167,11 @@
>
-
+
{{
- form.yearMonth
+ form.monthYear
}}
{{
@@ -327,7 +327,7 @@ export default {
type: null,
- yearMonth: null,
+ monthYear: null,
count: null,
};