2 コミット c8b45d24ae ... b6085dd561

作者 SHA1 メッセージ 日付
  lisy b6085dd561 Merge branch 'master' of http://git.yujin.shuziyunyao.com/yujin/forestry-wx 1 週間 前
  lisy 02af47a89e 完成 1 週間 前

+ 2 - 0
src/plant/port/port-harvest-create/index.vue

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

+ 2 - 0
src/plant/port/port-harvest/index.vue

@@ -102,6 +102,8 @@ const query = async (pageNo: number, pageSize: number) => {
 };
 // 添加种源信息
 const addManagementRecord = () => {
+    console.log(taskId.value, taskDate.value, 'taskDate');
+
     uni.$u.route({
         type: 'navigateTo',
         url: '/plant/port/port-harvest-create/index',