Commit 17bd1ff8 authored by XieZhiXiong's avatar XieZhiXiong

fix: 添加退款凭证必传

parent b2a1f09a
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:34
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-22 14:36:52
* @LastEditTime: 2021-01-28 10:38:40
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -55,7 +55,7 @@ export const uploadVoucherModalSchema: ISchema = {
},
'x-rules': [
{
required: false,
required: true,
message: '请上传退款凭证',
},
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment