Selaa lähdekoodia

debugger去除

shiy 1 vuosi sitten
vanhempi
commit
4a630e047f
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;