whj 1 年之前
父節點
當前提交
e16b0bfb55
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/store/sparestore/modules/SpareStoreSelectModalYY3.vue

+ 2 - 0
src/views/store/sparestore/modules/SpareStoreSelectModalYY3.vue

@@ -317,6 +317,7 @@ export default {
     },
     handleCancel () {
       this.visible = false
+      this.searchType = 0
       this.confirmLoading = false
     },
     handleSelect () {
@@ -335,6 +336,7 @@ export default {
         this.selectedRows = this.selectedRows.filter(item => this.selectedRowKeys.includes(+item.id))
         this.$emit('selected', this.record, this.selectedRowKeys, this.selectedRows)
         this.confirmLoading = false
+        this.searchType = 0
         this.visible = false
       }
     },