Commit df0074a6 authored by Mac's avatar Mac

1

parent 09ab7b80
......@@ -2357,6 +2357,7 @@
});
},
goEit(type, id, edit, Conditon, pageIndex, item) {
console.log(type)
let path = '';
if (type === 1) {
path = 'addReceivablesDocuments'
......@@ -2393,7 +2394,7 @@
} else if (type === 4) {
path = 'addCapitalAllocation'
this.$router.push({
name: path,
path:'/financial/financalDocument/'+ path,
query: {
"id": id,
"edit": 1,
......@@ -2404,7 +2405,7 @@
} else if (type === 7) {
path = 'addFinancialGZDocuments'
this.$router.push({
name: path,
path:'/financial/financalDocument/'+ path,
query: {
"FrID": id,
"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