zhulizhen %!s(int64=5) %!d(string=hai) anos
pai
achega
ed4599288c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/api/strategy/strategy.js

+ 1 - 1
src/api/strategy/strategy.js

@@ -10,7 +10,7 @@ export function getCommand({postParams}) {
 }
 //修改策略备注
 export function updateCommand({postParams}) {
-    return httputils.postJson(`/duoduo-service/transfer/chiller/command/update?projectId=${store.state.projectId}`, postParams)
+    return httputils.postJson(`/duoduo-service/transfer/chiller/command/updateRemarks?projectId=${store.state.projectId}`, postParams)
 }
 //查看快照
 export function queryQuickData({getParams}) {