فهرست منبع

删除debugger

jingbb 6 ماه پیش
والد
کامیت
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,