5.21 寻找商机中转页参数修改
This commit is contained in:
@ -10,7 +10,7 @@ const Loading: React.FC<{}> = () => {
|
||||
useEffect(() => {
|
||||
//获取必要参数
|
||||
//项目编号
|
||||
const number = getURLInformation('ebpProjectNumber') === null ? '' : getURLInformation('ebpProjectNumber');
|
||||
const number = getURLInformation('number') === null ? '' : getURLInformation('number');
|
||||
//菜单类型
|
||||
const type = getURLInformation('type') === null ? '' : getURLInformation('type');
|
||||
if (isEmpty(type)) {
|
||||
|
Reference in New Issue
Block a user