jingbb пре 4 месеци
родитељ
комит
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,