Merge branch 'fix_foton_20240619' into 'master'

Fix foton 20240619

See merge request laws-foton-slrs/foton-laws-system-front!207
This commit is contained in:
王晓勇
2024-07-10 09:46:15 +00:00
2 changed files with 4 additions and 2 deletions
@@ -723,6 +723,7 @@
</template> </template>
<script> <script>
import {baseUrl} from '@/sysConfig'
import axios from 'axios' import axios from 'axios'
export default { export default {
name: "StandardRecognition", name: "StandardRecognition",
@@ -1276,7 +1277,7 @@ export default {
}, },
// 获取doc文件 // 获取doc文件
downloadFile(data) { downloadFile(data) {
let URL = 'https://srms.foton.com.cn/ocrResultFile/' + data.docRealName let URL = baseUrl + '/ocrResultFile/' + data.docRealName
window.open(URL) window.open(URL)
// console.log(URL); // console.log(URL);
// window.open(data.docRealFile); // window.open(data.docRealFile);
@@ -878,7 +878,8 @@
commentText3: this.commentText3, commentText3: this.commentText3,
itemList: this.itemList, itemList: this.itemList,
standInData: this.sarType, standInData: this.sarType,
AOLIGEI: this.AOLIGEI AOLIGEI: this.AOLIGEI,
oldNumber: this.oldNumber
})) }))
saveTaskForPub(_formData).then(res => { saveTaskForPub(_formData).then(res => {
this.saveLoading = false this.saveLoading = false