diff --git a/.env.production b/.env.production
index fc645bc..b8042cb 100644
--- a/.env.production
+++ b/.env.production
@@ -4,4 +4,5 @@ VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy
VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.165.0.54:8300/manage/login&stService=http%3A%2F%2F10.165.0.54%3A8300%2Fmanage%2Flogin
VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768
VUE_APP_TIANDITU_APIKEY = e4266a5e84fe6c10f60c559967f0a03f
+#VUE_APP_LARGESCREEN = http://10.165.0.173/largescreen/
VUE_APP_LARGESCREEN = http://10.165.0.77/largescreen/
diff --git a/package.json b/package.json
index 7c25ccb..fc37131 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
+ "build:test": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"analyz": "npm_config_report=true npm run build",
"test:unit": "vue-cli-service test:unit",
diff --git a/src/api/tenant/mission.js b/src/api/tenant/mission.js
index 0153ecc..f526bcd 100644
--- a/src/api/tenant/mission.js
+++ b/src/api/tenant/mission.js
@@ -365,3 +365,17 @@ export const listCompany = (params) => {
export const upload = () => {
return `/api/jobslink-api/missions/mission/importMission?isCovered=1`
}
+
+export const missionHistory = () => {
+ return request({
+ url: `/api/jobslink-api/missions/mission/history`,
+ method: 'get',
+ })
+}
+
+export const jkWorksHistory = () => {
+ return request({
+ url: `/api/jobslink-api/jkWorks/jkWorks/history`,
+ method: 'get',
+ })
+}
diff --git a/src/components/city-cascader/label.vue b/src/components/city-cascader/label.vue
index 152c320..2d2d7a7 100644
--- a/src/components/city-cascader/label.vue
+++ b/src/components/city-cascader/label.vue
@@ -1,6 +1,6 @@
area.label === Province)
+ if (city) {
+ nextProvince.children = nextProvince.children.filter((area) => area.label === city)
+ }
+ if (district) {
+ nextProvince.children[0].children = nextProvince.children[0].children.find((area) => area.label === district)
+ }
+ return nextProvince
+ }
+ return this.area.labelData
+ }
+ },
county: {
get() {
if (this.value) {
diff --git a/src/components/map/selectLocation3.vue b/src/components/map/selectLocation3.vue
index e2394c1..a308444 100644
--- a/src/components/map/selectLocation3.vue
+++ b/src/components/map/selectLocation3.vue
@@ -6,24 +6,32 @@
v-if="showInput"
:placeholder="placeholder || '如:北京市延庆区延庆镇莲花池村前街50夕阳红养老院'"
>
-
+