2 次代碼提交 c8b45d24ae ... b6085dd561

作者 SHA1 備註 提交日期
  lisy b6085dd561 Merge branch 'master' of http://git.yujin.shuziyunyao.com/yujin/forestry-wx 1 周之前
  lisy 02af47a89e 完成 1 周之前
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 2 0
      src/plant/port/port-harvest-create/index.vue
  2. 2 0
      src/plant/port/port-harvest/index.vue

+ 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',