fix: 文档转换接口修改

This commit is contained in:
zyn
2023-12-25 09:40:22 +08:00
parent 172f013ce9
commit 7cb34fc5af
+1 -1
View File
@@ -12,7 +12,7 @@ import isMobile from '@/store/isMobile'
// 获取转换为pdf的文件
function queryConvertAtt (data) {
return axios({
url: 'api/lawss/sarLawsFile/queryConvertAtt',
url: 'api/lawss/sarBussStandFile/queryConvertAtt',
method: 'get',
params: data
})