Merged in feature/PMCORE-2581 (pull request #7638)
PMCORE-2581 Approved-by: Henry Jonathan Quispe Quispe
This commit is contained in:
@@ -204,10 +204,10 @@ export default {
|
||||
*/
|
||||
openCase(item) {
|
||||
this.$emit("onUpdateDataCase", {
|
||||
APP_UID: item.APP_UID,
|
||||
DEL_INDEX: item.DEL_INDEX,
|
||||
PRO_UID: item.PRO_UID,
|
||||
TAS_UID: item.TAS_UID,
|
||||
APP_UID: item.row.APP_UID,
|
||||
DEL_INDEX: item.row.DEL_INDEX,
|
||||
PRO_UID: item.row.PRO_UID,
|
||||
TAS_UID: item.row.TAS_UID,
|
||||
ACTION: "draft",
|
||||
});
|
||||
this.$emit("onUpdatePage", "XCase");
|
||||
|
||||
Reference in New Issue
Block a user