@@ -293,6 +293,7 @@ export default { | |||
watch: {}, | |||
//方法集合 | |||
methods: { | |||
formatImg, | |||
submit() { | |||
if (!this.companyClaimInfo.companyClaimName) { | |||
this.$message.error(`请填写企业名称!`); | |||
@@ -318,7 +319,7 @@ export default { | |||
this.$message.error(`请上传授权书!`); | |||
return; | |||
} | |||
this.companyClaimInfo.data = [this.imageUrl1, this.imageUrl2, this.imageUrl3].join(","); | |||
this.companyClaimInfo.data = [this.imageUrl1, this.imageUrl2, this.imageUrl3]; | |||
this.setData(); | |||
}, | |||
setData() { |