From 25ca2a9e03870996978925cbf2ccf123183facf4 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 5 Sep 2024 09:10:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:mtaskbAdd=E6=8E=A5=E5=8F=A3=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/model/pm.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/api/model/pm.js b/src/api/model/pm.js index 42eddc6b..f7fd7f5a 100644 --- a/src/api/model/pm.js +++ b/src/api/model/pm.js @@ -94,6 +94,14 @@ export default { } }, }, + mtaskbAdd: { + name: "创建", + req: async function(id,data){ + return await http.post( + `${config.API_URL}/pm/mtask/${id}/add_mtaskb/`, + data); + } + }, mtaskb:{ list: { name: "生产任务列表",