Commit 20360aa0 authored by gengchunlei's avatar gengchunlei

环境修改

parent 76a412e5
...@@ -2,3 +2,4 @@ NODE_ENV=prod ...@@ -2,3 +2,4 @@ NODE_ENV=prod
VUE_APP_PATH = https://ynfymds-service.yiboshi.com VUE_APP_PATH = https://ynfymds-service.yiboshi.com
VUE_APP_BASE_URL1 = https://yaoju-service.yiboshi.com VUE_APP_BASE_URL1 = https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL1 = https://yyyaoju-service.yyjtzc.com
...@@ -69,6 +69,12 @@ ...@@ -69,6 +69,12 @@
}, },
created() { created() {
this.urltext() this.urltext()
let initPeople = JSON.parse(window.sessionStorage.getItem('initPeople'))
if (initPeople) {
this.formData.residentName = initPeople.residentName
this.formData.idCar = initPeople.idCar
this.formData.telephone = initPeople.telephone
}
}, },
mounted() { mounted() {
let vm = this let vm = this
...@@ -172,6 +178,7 @@ ...@@ -172,6 +178,7 @@
...this.formData, ...this.formData,
resource: '2' resource: '2'
} }
window.sessionStorage.setItem('initPeople', JSON.stringify(this.formData))
this.$router.push({path:'/manualCollection', query: par}) this.$router.push({path:'/manualCollection', query: par})
} else { } else {
return Toast({ return Toast({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment