diff --git a/.env.development b/.env.development
index 4d830e9..83bdb7e 100644
--- a/.env.development
+++ b/.env.development
@@ -5,6 +5,6 @@ NODE_ENV = 'production'
# base api
# 玫苑
-#VUE_APP_BASE_API = 'http://101.201.121.115:8092'
+VUE_APP_BASE_API = 'http://101.201.121.115:8092'
# 和瑞
-VUE_APP_BASE_API = 'http://101.201.121.115:8094'
\ No newline at end of file
+# VUE_APP_BASE_API = 'http://101.201.121.115:8094'
\ No newline at end of file
diff --git a/.env.production b/.env.production
index 92f4a96..83bdb7e 100644
--- a/.env.production
+++ b/.env.production
@@ -5,6 +5,6 @@ NODE_ENV = 'production'
# base api
# 玫苑
-# VUE_APP_BASE_API = 'http://101.201.121.115:8092'
+VUE_APP_BASE_API = 'http://101.201.121.115:8092'
# 和瑞
-VUE_APP_BASE_API = 'http://101.201.121.115:8094'
\ No newline at end of file
+# VUE_APP_BASE_API = 'http://101.201.121.115:8094'
\ No newline at end of file
diff --git a/.env.staging b/.env.staging
index 67334b7..7b8ca0a 100644
--- a/.env.staging
+++ b/.env.staging
@@ -5,7 +5,7 @@ NODE_ENV = 'production'
# base api
# 玫苑
-# VUE_APP_BASE_API = 'http://101.201.121.115:8092'
+VUE_APP_BASE_API = 'http://101.201.121.115:8092'
# 和瑞
-VUE_APP_BASE_API = 'http://101.201.121.115:8094'
+# VUE_APP_BASE_API = 'http://101.201.121.115:8094'
diff --git a/src/api/system/sysuser.js b/src/api/system/sysuser.js
index 749a378..c6db176 100644
--- a/src/api/system/sysuser.js
+++ b/src/api/system/sysuser.js
@@ -9,6 +9,13 @@ export function listUser(query) {
})
}
+
+export function getAllUsers() {
+ return request({
+ url: '/admin/users/alluser',
+ method: 'get'
+ })
+}
// 查询用户详细
export function getUser(userId) {
return request({
diff --git a/src/views/commonPhoneManagement/index.vue b/src/views/commonPhoneManagement/index.vue
index c798b5a..7d2a314 100644
--- a/src/views/commonPhoneManagement/index.vue
+++ b/src/views/commonPhoneManagement/index.vue
@@ -75,6 +75,11 @@
placeholder="请选择"
format="HH:mm"
value-format="HH:mm"
+ :picker-options="{
+ start: '00:00',
+ step: '00:01',
+ end: '23:59'
+ }"
>
@@ -86,6 +91,11 @@
placeholder="请选择"
format="HH:mm"
value-format="HH:mm"
+ :picker-options="{
+ start: '00:00',
+ step: '00:01',
+ end: '23:59'
+ }"
>
diff --git a/src/views/property/building.vue b/src/views/property/building.vue
index 747584f..3f67637 100644
--- a/src/views/property/building.vue
+++ b/src/views/property/building.vue
@@ -21,6 +21,7 @@
+
{{ parseTime(scope.row['lastmodifytime']) }}
@@ -61,36 +62,48 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+