Commit 3a8014a9 by xin.yang

some update

parent b5cdac1d
...@@ -406,7 +406,7 @@ export default{ ...@@ -406,7 +406,7 @@ export default{
this.loading1 = true this.loading1 = true
axios axios
.request({ .request({
url: '/qms/ManualCollection/GetPageList', url: '/qms/ManualCollection/GetManualPageList',
params, params,
method: 'get' method: 'get'
}) })
...@@ -479,7 +479,7 @@ export default{ ...@@ -479,7 +479,7 @@ export default{
} }
this.loading2 = true this.loading2 = true
axios.request({ axios.request({
url: '/qms/ManualCollection/GetPageList', url: '/qms/ManualCollection/GetManualPageList',
params, params,
method: 'get' method: 'get'
}).then(res => { }).then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment