Commit 3a8014a9 by xin.yang

some update

parent b5cdac1d
......@@ -406,7 +406,7 @@ export default{
this.loading1 = true
axios
.request({
url: '/qms/ManualCollection/GetPageList',
url: '/qms/ManualCollection/GetManualPageList',
params,
method: 'get'
})
......@@ -479,7 +479,7 @@ export default{
}
this.loading2 = true
axios.request({
url: '/qms/ManualCollection/GetPageList',
url: '/qms/ManualCollection/GetManualPageList',
params,
method: 'get'
}).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