Commit df0074a6 authored by Mac's avatar Mac

1

parent 09ab7b80
...@@ -2357,6 +2357,7 @@ ...@@ -2357,6 +2357,7 @@
}); });
}, },
goEit(type, id, edit, Conditon, pageIndex, item) { goEit(type, id, edit, Conditon, pageIndex, item) {
console.log(type)
let path = ''; let path = '';
if (type === 1) { if (type === 1) {
path = 'addReceivablesDocuments' path = 'addReceivablesDocuments'
...@@ -2393,7 +2394,7 @@ ...@@ -2393,7 +2394,7 @@
} else if (type === 4) { } else if (type === 4) {
path = 'addCapitalAllocation' path = 'addCapitalAllocation'
this.$router.push({ this.$router.push({
name: path, path:'/financial/financalDocument/'+ path,
query: { query: {
"id": id, "id": id,
"edit": 1, "edit": 1,
...@@ -2404,7 +2405,7 @@ ...@@ -2404,7 +2405,7 @@
} else if (type === 7) { } else if (type === 7) {
path = 'addFinancialGZDocuments' path = 'addFinancialGZDocuments'
this.$router.push({ this.$router.push({
name: path, path:'/financial/financalDocument/'+ path,
query: { query: {
"FrID": id, "FrID": id,
"edit": 1, "edit": 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment