浏览代码

bug修复

LAPTOP-FO2T5SIU\35838 8 月之前
父节点
当前提交
cd903dab4f
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/parkAssets/parkRoom/index.vue

+ 3 - 1
src/views/parkAssets/parkRoom/index.vue

@@ -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