chuwu 6 年 前
コミット
9e29e1bfd7

+ 4 - 3
src/components/config_point/find_keyword.vue

@@ -189,7 +189,6 @@
             changeType(type) {
                 let queryFun
                 this.type = !!type ? type : this.type 
-                console.log(this.type)
                 if (this.type == "type") {
                     queryFun = findKeysWordType
                 } else {
@@ -202,14 +201,16 @@
                     },
                     type: this.protocolType
                 }, res => {
-                    console.log("Ressssssss",res)
                     if (!!res.Content.length) {
                         this.Description = res.Content[0].Description
                         this.Id = res.Content[0].PointId
+                        //清空已选择的数据
+                        this.$nextTick(_ => {
+                            this.$refs.cutString.clear()
+                        })
                     } else {
                         this.Description = ""
                     }
-                    // console.log(res)
                 })
                 this.getDataForSource()
                 this.getbeenFoundList()

+ 1 - 1
src/views/business_space/business_list/index.vue

@@ -18,7 +18,7 @@
                 <el-button class="saga-btn" type="text" @click="changeShow">切换楼层</el-button>
             </div> -->
             <div class="saga-build-mess">
-                    建筑楼层
+                    建筑楼层
                     <el-cascader
                         :options="options"
                         v-model="buildMess.selectd"