feat(container): 更新巡检防区编辑页面参数配置
- 添加 corpSearchType 参数设置为 inType - 保持原有 searchType 和 source 参数配置 - 维持临时存储功能禁用状态master
parent
5f3130e792
commit
d285774449
|
|
@ -1,7 +1,7 @@
|
||||||
import Add from "~/pages/Container/BranchCompany/Inspection/Inspection/Add";
|
import Add from "~/pages/Container/BranchCompany/Inspection/Inspection/Add";
|
||||||
|
|
||||||
function Edit(props) {
|
function Edit(props) {
|
||||||
return <Add searchType="all" source="4" useTemporaryStorage={false} {...props} />;
|
return <Add searchType="all" corpSearchType="inType" source="4" useTemporaryStorage={false} {...props} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Edit;
|
export default Edit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue