三项制度库数据迁移和自建数据区分
parent
b2d8d64c47
commit
86ecd23c05
|
@ -361,7 +361,11 @@ export default {
|
||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
window.open(config.fileUrl + e.PATH)
|
if (e.MIGRATION_FLAG === '1') {
|
||||||
|
window.open(config.fileUrl + e.PATH)
|
||||||
|
} else {
|
||||||
|
window.open(e.PATH)
|
||||||
|
}
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue