From 6270f1a46cd1d2e2665e831c0c3cfe9c9cee1157 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Sun, 30 Mar 2025 11:43:36 +0800 Subject: [PATCH] YT-2303 --- .../purchasereceipt/purchasereceiptJobMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue index 9429f85e2..e62f895f0 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue @@ -328,7 +328,7 @@ const resonSubmit = async (row) => { confirmButtonText: t('common.ok'), cancelButtonText: t('common.cancel'), inputPattern: /^[\s\S]*.*\S[\s\S]*$/, // 判断非空,且非空格 - inputErrorMessage: t(`ts.${'驳回原因不能为空,且不超过256字'}`), + inputErrorMessage: t(`${'驳回原因不能为空,且不超过256字'}`), inputType: 'textarea', inputValidator: (value) => { if (value.length > 60 || value.length == 0) {