zhulizhen 5 년 전
부모
커밋
ed4599288c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}) {