From 943954bdcb3b672b89cfa097e53d2ac17a36a101 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期日, 30 六月 2024 13:13:25 +0800 Subject: [PATCH] 产品工艺路线路由节点选择功能更新 --- src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue b/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue index 6b150b6..0342a53 100644 --- a/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue +++ b/src/views/tigerprojects/mes/prod/biz_mes_wo/index.vue @@ -4,7 +4,7 @@ * @version: * @Date: 2024-05-25 00:27:00 * @LastEditors: Ben Lin - * @LastEditTime: 2024-06-24 22:58:16 + * @LastEditTime: 2024-06-28 11:40:38 --> <template> <div> @@ -177,8 +177,8 @@ edges: [], }); const formSchema = ref([] as FormSchema[]); - const woSchema = ref([] as FormSchema[]); - const prodSchema = ref([] as FormSchema[]); + const woSchema = ref<FormSchema[]>(getFormSchema('woinfo')); + const prodSchema = ref<FormSchema[]>(getFormSchema('prodinfo')); const isCustEl = ref({ forminfo: false, woinfo: false, @@ -266,8 +266,6 @@ }, { name: 'rotinfo', slots: ['add'], preIcons: { add: 'search|svg' }, title: '宸ヨ壓淇℃伅' }, ]; - woSchema.value = getFormSchema('woinfo'); - prodSchema.value = getFormSchema('prodinfo'); // rotSchema.value = getFormSchema('rotinfo'); //宸ヨ壓璺嚎娓叉煋鍥惧垵濮嬪寲 if (lfInstance.value != null) { -- Gitblit v1.9.3