|
@@ -577,6 +577,8 @@ const goPtech = () => {
|
|
|
uni.$u.route({ type: 'navigateTo', url: '/tools/pro-process-steps/index', params: { ptechTransit: form?.value?.ptech } });
|
|
uni.$u.route({ type: 'navigateTo', url: '/tools/pro-process-steps/index', params: { ptechTransit: form?.value?.ptech } });
|
|
|
};
|
|
};
|
|
|
onLoad(async (options: any) => {
|
|
onLoad(async (options: any) => {
|
|
|
|
|
+ console.log(options, 'options');
|
|
|
|
|
+
|
|
|
form.value.taskId = options?.taskId || '';
|
|
form.value.taskId = options?.taskId || '';
|
|
|
baseType.value = options?.baseType || '';
|
|
baseType.value = options?.baseType || '';
|
|
|
taskType.value = options?.taskType || '';
|
|
taskType.value = options?.taskType || '';
|