Commit 64c9121f authored by 陈明豪's avatar 陈明豪

bug修改67927

parent 2cbc593a
......@@ -511,7 +511,7 @@ export default {
// const authorizationExpirationDate = this.addDays(row.createTime, row.dueDate)
// row.authorizationExpirationDate = authorizationExpirationDate
const local = process.env.VUE_APP_WEB
window.location.href = `${local}/hospital-management/hospital-details?detail=${row}`
window.location.href = `${local}/hospital-management/hospital-details?detail=${row}&from='plat'`
localStorage.setItem('hospitalDetail', JSON.stringify(row))
},
handleSortChange(column) {
......
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