|
|
@ -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) { |
|
|
|