|
|
@@ -344,11 +344,11 @@ function doSubmit() {
|
|
|
}
|
|
|
submit(form);
|
|
|
})
|
|
|
- .catch((error: any) => {
|
|
|
- notification.error({
|
|
|
- message: error.message,
|
|
|
- });
|
|
|
- });
|
|
|
+ // .catch((error: any) => {
|
|
|
+ // notification.error({
|
|
|
+ // message: error.message || '必填内容请填写完整',
|
|
|
+ // });
|
|
|
+ // });
|
|
|
}
|
|
|
// 获取方案类型
|
|
|
async function getConditioningProgramType() {
|