소스 검색

删除debugger

jingbb 7 달 전
부모
커밋
fb1ac23a21
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/saleCode/quotation/components/quotationFormForm.vue

+ 0 - 1
src/views/saleCode/quotation/components/quotationFormForm.vue

@@ -480,7 +480,6 @@
             if(res){
               customerOption.value = []
               res.result.records.forEach(item=>{
-                debugger
                 customerOption.value.push({
                   label: item.name,
                   value: item.id,