diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue
index bc45afd0..7f38df58 100644
--- a/src/views/inventory/InvPlaceChangeModify.vue
+++ b/src/views/inventory/InvPlaceChangeModify.vue
@@ -43,6 +43,7 @@
             :disabled="list.length > 0"
             @select="handleSelect"
             @keypress.enter.native="spaceEnterKey($event)"
+            @clear="clearFormData"
             clearable
             style="width: 90%"
           ></el-autocomplete>
diff --git a/src/views/system/dept/invRelBusType.vue b/src/views/system/dept/invRelBusType.vue
index 35f6d9d1..b90c380d 100644
--- a/src/views/system/dept/invRelBusType.vue
+++ b/src/views/system/dept/invRelBusType.vue
@@ -73,7 +73,7 @@ export default {
     }
   },
   methods: {
-    selsectBussinessType() {    //获取单据类型
+    selectBussinessType() {    //获取单据类型
       this.busQuery = {
         code: this.inputQuery.code
       }
diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue
index 5b829084..90af022e 100644
--- a/src/views/system/dept/invWarehouse.vue
+++ b/src/views/system/dept/invWarehouse.vue
@@ -695,7 +695,7 @@ export default {
       //加载货位信息
       this.invSpaceManage(row);
       //加载单据类型
-      this.selsectBussinessType(row);
+      this.selectBussinessType(row);
 
     },
     //关联第三方仓库信息