소스 검색

Merge branch 'hotfix/bugs3' of duanxiaoduan/tmr-admin into develop

duanxiaoduan 1 년 전
부모
커밋
c998cc0a28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/formulationPlan/dhedFormula/index.vue

+ 1 - 1
src/views/formulationPlan/dhedFormula/index.vue

@@ -3104,7 +3104,7 @@ export default {
       console.log(row)
     },
     handleSynchronous(){
-      const url = 'ud/feedp/sync'
+      const url = 'authdata/ud/feedp/sync'
       const data = {}
       postJson(url, data).then(response => {
         if(response.msg !== 'fail'){