|
@@ -780,6 +780,7 @@ const getRecords = (_id) => {
|
|
|
});
|
|
|
}
|
|
|
};
|
|
|
+//d
|
|
|
onMounted(async () => {
|
|
|
//processType 10 为修改 20为查看 30回退发起
|
|
|
if (
|
|
@@ -790,7 +791,7 @@ onMounted(async () => {
|
|
|
await proxy
|
|
|
.post("/flowProcess/getStartData", { flowId: route.query.id })
|
|
|
.then((res) => {
|
|
|
- queryData.data = { ...res };
|
|
|
+ queryData.data = { ...res };
|
|
|
});
|
|
|
} else {
|
|
|
queryData.data = { ...route.query };
|