Преглед на файлове

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

huangxw преди 3 седмици
родител
ревизия
8c1b48c571
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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;