|
|
@@ -370,13 +370,11 @@
|
|
|
watch: {
|
|
|
enterpriseData: function (val, oldVal) {
|
|
|
if (val !== {}) {
|
|
|
- console.log(1)
|
|
|
this.businessLicenseUrl = val.url || val.businessCodeImage || ''
|
|
|
// this.defaultBusinessUrl = val.enBussinessCodeImage || ''
|
|
|
}
|
|
|
},
|
|
|
businessImgUrl: function (val, oldVal) {
|
|
|
- console.log(2)
|
|
|
this.businessLicenseUrl = val
|
|
|
}
|
|
|
},
|
|
|
@@ -401,7 +399,6 @@
|
|
|
this.businessLicenseUrl = ''
|
|
|
this.taxPayerUrl = ''
|
|
|
this.taxRegistrationUrl = ''
|
|
|
- console.log('clear')
|
|
|
// for (let i = 0; i < this.$refs.Pom.length; i++) {
|
|
|
// this.$refs.Pom[i].clearInfo()
|
|
|
// }
|