|
|
@@ -5560,7 +5560,6 @@ else{
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
- console.log(res.data,111111111111111)
|
|
|
this.totalCompanyList = res.data;
|
|
|
})
|
|
|
},
|
|
|
@@ -5774,7 +5773,6 @@ else{
|
|
|
|
|
|
//勾选保险公司
|
|
|
initchange(e, code, name, index) {
|
|
|
- console.log( this.totalCompanyList[index] ,e,1111111111111)
|
|
|
if(e){
|
|
|
let ins = this.totalCompanyList[index].namesimple;
|
|
|
// this.totalCompanyList[index].agreementId = "";
|
|
|
@@ -7483,7 +7481,6 @@ else{
|
|
|
case "安盛天平":
|
|
|
case "众安财险":
|
|
|
case "中国人寿":
|
|
|
- console.log(this.queryOrders.inscompany,11111111111)
|
|
|
let hengbangapi = "";
|
|
|
hengbangapi = this.apiType == 2 ? "pythonsubmitImage" : "anshengsubmitImage"
|
|
|
await this.$api.letter[hengbangapi]({
|
|
|
@@ -8343,7 +8340,6 @@ else{
|
|
|
},
|
|
|
//预览图片
|
|
|
handlePictureCardPreview(img) {
|
|
|
- console.log(img,11111111111)
|
|
|
this.ProViewImg = img;
|
|
|
this.showViewer = true;
|
|
|
},
|
|
|
@@ -8661,6 +8657,7 @@ else{
|
|
|
this.imageUploaddialogVisible = false;
|
|
|
},
|
|
|
add() {
|
|
|
+ this.obtainProtocol()
|
|
|
this.$router.push({ path: '/letter/letter' })
|
|
|
for (let key in this.ownerInfo) {
|
|
|
this.ownerInfo[key] = "";
|