Merged in bugfix/PMCORE-2676 (pull request #7709)

Bugfix/PMCORE-2676

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Henry Jonathan Quispe Quispe
2021-01-08 17:47:12 +00:00
committed by Julio Cesar Laura Avendaño
6 changed files with 17 additions and 5 deletions

View File

@@ -256,7 +256,7 @@ export default {
*/
openCaseDetail(item) {
let that = this;
api.cases.open(_.extend({ ACTION: "todo" }, item)).then(() => {
api.cases.cases_open(_.extend({ ACTION: "todo" }, item)).then(() => {
that.$emit("onUpdateDataCase", {
APP_UID: item.APP_UID,
DEL_INDEX: item.DEL_INDEX,