2213980799@qq.com 1 سال پیش
والد
کامیت
6953180811
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      src/api/productionPlan/index.js

+ 0 - 7
src/api/productionPlan/index.js

@@ -91,10 +91,3 @@ export async function updatePriority(data) {
   }
   }
   return Promise.reject(new Error(res.data.message));
   return Promise.reject(new Error(res.data.message));
 }
 }
-export async function updatePriority(data) {
-    const res = await request.post(`/aps/productionplan/updatePriority`,  data);
-    if (res.data.code == 0) {
-      return res.data.data;
-    }
-    return Promise.reject(new Error(res.data.message));
-  }