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