|
|
@@ -2464,7 +2464,7 @@ |
|
|
|
import {listFsss,addFsss,updateFsss,delFsss,getFsssZjdDmList} from "@/api/homesteadSurvey/fsss"; |
|
|
|
import { listTown, getTown } from "@/api/homesteadSurvey/town"; |
|
|
|
import { listVillage} from "@/api/homesteadSurvey/village"; |
|
|
|
import { listAttachmentConfig} from "@/api/homesteadSurvey/index"; |
|
|
|
import { sysConfig} from "@/api/homesteadSurvey/index"; |
|
|
|
import { Notify, Dialog, Toast } from 'vant'; |
|
|
|
export default { |
|
|
|
name: "homesteadAdd", |
|
|
@@ -2639,6 +2639,9 @@ |
|
|
|
jzqkOptions:[], |
|
|
|
// 土地等级字典 |
|
|
|
tddjOptions:[], |
|
|
|
|
|
|
|
// 图片上传路径 |
|
|
|
baseUrl:"", |
|
|
|
}; |
|
|
|
}, |
|
|
|
created(){ |
|
|
@@ -2777,16 +2780,9 @@ |
|
|
|
methods: { |
|
|
|
getBaseUrl(){ |
|
|
|
let params={ |
|
|
|
parentId: null, |
|
|
|
processKey: null, |
|
|
|
nodeStatus: null, |
|
|
|
fileType: null, |
|
|
|
fileTypeName: null, |
|
|
|
configLevel: null, |
|
|
|
nodeStatusName: null, |
|
|
|
businessType: null} |
|
|
|
listAttachmentConfig(params).then(response => { |
|
|
|
console.log(response) |
|
|
|
configKey: "system.attachment.url"} |
|
|
|
sysConfig(params).then(response => { |
|
|
|
this.baseUrl = response.rows[0].configValue |
|
|
|
}) |
|
|
|
}, |
|
|
|
// 验证 |
|
|
@@ -2812,6 +2808,7 @@ |
|
|
|
"deptId" : this.item.deptId |
|
|
|
} |
|
|
|
listNh(params).then((response) => { |
|
|
|
console.log(response) |
|
|
|
this.syqrnhdmlist = response.rows |
|
|
|
}); |
|
|
|
}, |
|
|
@@ -3349,7 +3346,7 @@ |
|
|
|
if(this.form.zjdxctp!=null&&this.form.zjdxctp!=""&&this.form.zjdxctp.length>0){ |
|
|
|
let li = this.form.zjdxctp.split(","); |
|
|
|
li.map(res => { |
|
|
|
this.fileListzjd.push({"url":location.protocol+"//"+location.host+process.env.VUE_APP_BASE_API+res,"baseUrl":res}) |
|
|
|
this.fileListzjd.push({"url":this.baseUrl+res,"baseUrl":res}) |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
@@ -3443,7 +3440,6 @@ |
|
|
|
} |
|
|
|
listZrz(params).then(response => { |
|
|
|
this.zrzlist = response.rows; |
|
|
|
this.fwlist = [] |
|
|
|
}); |
|
|
|
listNmfw(params).then(r => { |
|
|
|
this.fwlist = r.rows |
|
|
@@ -4134,7 +4130,9 @@ |
|
|
|
}, |
|
|
|
searchCommit(){ |
|
|
|
this.showesign = true |
|
|
|
this.resultImg = location.protocol+"//"+location.host+process.env.VUE_APP_BASE_API+this.form.dzqm |
|
|
|
if(this.form.dzqm!=null&&this.form.dzqm!=""){ |
|
|
|
this.resultImg = this.baseUrl+this.form.dzqm |
|
|
|
} |
|
|
|
}, |
|
|
|
searchCommit1(){ |
|
|
|
this.form.houseDataConfirmStatus = "CONFIRMED" |
|
|
|