提交 ca1a4b12 authored 作者: 钟是志's avatar 钟是志

测试文件上传

上级 8f5593b2
......@@ -2,6 +2,7 @@ import { message, Modal } from 'antd';
import {uaaRequest} from "@/webPublic/one_stop_public/utils/request";
import {isJSON} from "@/webPublic/one_stop_public/tableCompon/Split_Index/staticInfo";
export default function beforeApplySubmit(params) {
if (
params &&
......@@ -10,6 +11,7 @@ export default function beforeApplySubmit(params) {
) {
console.log('beforeApplySubmit函数开始执行');
const content = params.content && isJSON(params.content) ? JSON.parse(params.content) : {};
return window
.beforeApplySubmit({
message,
......@@ -34,3 +36,6 @@ export default function beforeApplySubmit(params) {
});
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论