5.11 招标文件名称,建档项目名称标段名称增加空格换行符制表符特殊字符过滤
This commit is contained in:
@ -12,6 +12,7 @@ import { getProMethod } from "@/utils/session";
|
||||
import WebOffice0609, { WebOfficeRefProps } from "@/pages/webOffice/weboffice0609";
|
||||
import moment from "moment";
|
||||
import { AnnouncementGetMsg1, AnnouncementGetMsg2, AnnouncementGetMsg3, AnnouncementGetMsg4 } from "@/utils/AboutAnnouncementHelp";
|
||||
import { trim } from "@/utils/CommonUtils";
|
||||
|
||||
interface BiddingDocumentProps {
|
||||
modalVisible: boolean;
|
||||
@ -213,7 +214,7 @@ const BiddingDocument: React.FC<BiddingDocumentProps> = (props) => {
|
||||
|
||||
let fromData = {
|
||||
"tpId": tpId,
|
||||
"documentName": form.getFieldValue("documentName"),
|
||||
"documentName": trim(form.getFieldValue("documentName")),
|
||||
"documentSetId": form.getFieldValue("documentSetId"),
|
||||
"sections": packageMsg,
|
||||
"contentFileId": ref.current?.DocFileCode,
|
||||
|
Reference in New Issue
Block a user