|
@@ -382,7 +382,7 @@
|
|
|
:on-exceed="handleExceed"
|
|
|
disabled
|
|
|
>
|
|
|
- <i class="el-icon-plus" />
|
|
|
+<!-- <i class="el-icon-plus" />-->
|
|
|
<div slot="tip" class="el-upload__tip">
|
|
|
只能上传jpg/png文件,限制上传9张
|
|
|
</div>
|
|
@@ -808,6 +808,8 @@ export default {
|
|
|
discId: val[1]
|
|
|
}
|
|
|
this.getHouseTypeList(postData)
|
|
|
+ this.houseForm.houseTypeId = ''
|
|
|
+ this.fileList = []
|
|
|
},
|
|
|
getHouseTypeList(val) {
|
|
|
const _this = this
|