PMCORE-2517

This commit is contained in:
Henry Jordan
2020-12-07 15:59:15 +00:00
parent c2f6b671a2
commit 7732677354
11 changed files with 977 additions and 16 deletions

View File

@@ -156,7 +156,11 @@ export default {
.start(dt)
.then(function (data) {
self.$refs["my-modal"].hide();
self.$parent.$parent.dataCase = data.data;
self.$parent.$parent.dataCase = {
APP_UID: data.data.APPLICATION,
DEL_INDEX: 1,
ACTION: "draft",
};
self.$parent.$parent.page = "XCase";
})
.catch((err) => {