From df9b08f173053ddaf2c4bb0fd143384d6baa95fa Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 05 十二月 2023 18:43:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/api/aps/capability.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/aps/capability.js b/src/api/aps/capability.js index e2d919f..02b5a92 100644 --- a/src/api/aps/capability.js +++ b/src/api/aps/capability.js @@ -57,12 +57,12 @@ } -export function fetchCapabilityForOperation() { - return request({ - url: '/mes/capability/all', - method: 'get' - }) -} +// export function fetchCapabilityForOperation() { +// return request({ +// url: '/mes/capability/all', +// method: 'get' +// }) +// } export function getByOperation(id) { -- Gitblit v1.9.3