PMCORE-2676

PMCORE-2676
This commit is contained in:
Henry Jordan
2021-01-06 20:57:14 +00:00
parent 4e46b568cf
commit b8233d3d2f
6 changed files with 17 additions and 5 deletions

View File

@@ -255,7 +255,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,