Browse Source

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

duanxiaoduan 1 year ago
parent
commit
c998cc0a28
1 changed files with 1 additions and 1 deletions
  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'){