PMCORE-3352-A The dynaform chosen in 'case summary' is not displayed

This commit is contained in:
Roly Gutierrez
2021-10-02 18:20:36 -04:00
parent 55c2bf7c4c
commit 1feff6d112
3 changed files with 13 additions and 5 deletions

View File

@@ -49,6 +49,12 @@ export default {
window.config.SYS_URI +
`cases/open?APP_UID=${this.dataCase.APP_UID}&DEL_INDEX=${this.dataCase.DEL_INDEX}&TAS_UID=${this.dataCase.TAS_UID}&action=${this.dataCase.ACTION}`;
}
if (this.dataCase.UNASSIGNED === true) {
this.path =
window.config.SYS_SERVER_AJAX +
window.config.SYS_URI +
`cases/open?APP_UID=${this.dataCase.APP_UID}&DEL_INDEX=${this.dataCase.DEL_INDEX}&action=unassigned`;
}
setTimeout(() => {
let that = this;