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