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));
 }
-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));
-  }