shiy 1 жил өмнө
parent
commit
4a630e047f

+ 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;