Parcourir la source

代码重复错误

Guos il y a 2 semaines
Parent
commit
67aad759b6
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/views/hisStore/storeOrder/healthStoreList.vue

+ 0 - 5
src/views/hisStore/storeOrder/healthStoreList.vue

@@ -1379,7 +1379,6 @@ export default {
       this.queryParams.orderCodes.push(code)
 
     },
-
     // 删除订单号
     removeOrderCode(index) {
       this.queryParams.orderCodes.splice(index, 1)
@@ -1402,10 +1401,6 @@ export default {
         this.$refs.tagInput.focus()
       })
     },
-    // 删除订单号
-    removeOrderCode(index) {
-      this.queryParams.orderCodes.splice(index, 1)
-    },
     // 聚焦输入框
     focusInput() {
       if (!this.inputVisible) {