Commit 5bd082e2 authored by 吴冠's avatar 吴冠

search

parent e85bb884
......@@ -38,8 +38,8 @@ import Cookies from "js-cookie"
toSearch(){
Cookies.set("inputContent",this.input)
Cookies.set("contentStatus",1)
if(window.location.pathname !=="/notice/all"){
this.$router.push('/notice/all')
if(window.location.pathname !=="/notice/all/"){
this.$router.push('/notice/all/')
this.input = null
}else{
location.reload()
......
......@@ -241,7 +241,7 @@ export default {
this.formdata.phone = data.contactPhone;
this.formdata.faxphone = data.facsimile;
this.formdata.price = data.budget;
this.formdata.style = data.requirement;
this.formdata.style = data.commercialRequirements;
this.formdata.Grequirements = data.supplierScale;
this.formdata.Zrequirements = data.supplierQualification;
this.formdata.arearequirements = data.supplierRegion;
......
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