|
@@ -468,7 +468,7 @@ export default {
|
|
|
},
|
|
|
handlePictureCardPreview(res, file) {
|
|
|
let url = file.response.url;
|
|
|
- if(this.companyList1.sitePhotoAddress.length>9){
|
|
|
+ if(this.companyList1.sitePhotoAddress.length>=9){
|
|
|
this.$message({
|
|
|
message: '最多上传九张图片!',
|
|
|
type: 'warning',
|