|
@@ -76,14 +76,14 @@ const getList = (type) => {
|
|
|
});
|
|
|
};
|
|
|
const toDtl = (row) => {
|
|
|
- // proxy.$router.push({
|
|
|
- // path: "/main/processDtl",
|
|
|
- // query: {
|
|
|
- // flowKey: "account_request_funds_flow",
|
|
|
- // id: row.flowInfoId,
|
|
|
- // processType: 20,
|
|
|
- // },
|
|
|
- // });
|
|
|
+ proxy.$router.push({
|
|
|
+ path: "/main/processDtl",
|
|
|
+ query: {
|
|
|
+ flowKey: "account_request_funds_flow",
|
|
|
+ id: row.flowInfoId,
|
|
|
+ processType: 20,
|
|
|
+ },
|
|
|
+ });
|
|
|
};
|
|
|
const listConfig = ref([
|
|
|
{
|