2213980799@qq.com 1 год назад
Родитель
Сommit
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));
 }
-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));
-  }