Selaa lähdekoodia

Merge branch 'master' of http://git.yujin.shuziyunyao.com/yujin/forestry-wx

huangxw 3 viikkoa sitten
vanhempi
säilyke
8c1b48c571
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/plant/port/port-harvest-create/index.vue

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

@@ -233,6 +233,7 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance;
 const { pt_output_type, pt_seed_type, pt_seed_unit, pt_harvest_type } = toRefs<any>(proxy?.useDict('pt_output_type', 'pt_seed_type', 'pt_seed_unit', 'pt_harvest_type'));
 const deawerData = ref();
 const infoStore = useInfoStore();
+const pageTitle = ref('新增采收入库');
 // 表单数据
 const form = ref({
     taskId: '',
@@ -558,6 +559,7 @@ onLoad(async (options: any) => {
         variety: variety.value,
     };
     if (options?.change) {
+        pageTitle.value = '修改采收记录';
         //重选获取一下
         const res = await useClientRequest.get(`/plt-api/app/harvestRecord/getInfo/${options?.recordId}`);
         changeRevisions.value = true;