Explorar o código

debugger去除

shiy hai 1 ano
pai
achega
4a630e047f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;