Kaynağa Gözat

debugger去除

shiy 1 yıl önce
ebeveyn
işleme
4a630e047f
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      src/views/purchase/apply/edit/index.vue

+ 0 - 1
src/views/purchase/apply/edit/index.vue

@@ -6,7 +6,6 @@
 
   const fetchExist = async (prop) => {
     try {
-      debugger
       // try
       const {code, data} = await EXIST(prop);
       if (code === 200) return data;