正向模拟点击图标接口添加参数
This commit is contained in:
parent
7031e8b7ec
commit
b1444157ac
|
|
@ -231,10 +231,12 @@ function handleIconClick(item: MapControlItem) {
|
|||
// 处理gif
|
||||
else if (item.name === "gif") {
|
||||
let taskId = JSON.parse(sessionStorage.getItem("ssmnDataItem")).id;
|
||||
let speciesId = JSON.parse(sessionStorage.getItem("symnZxHsId"))||"";
|
||||
getGif(
|
||||
{
|
||||
taskId,
|
||||
genGifType: "global",
|
||||
speciesId
|
||||
},
|
||||
(res: any) => {
|
||||
gifSrc.value = window.FSXConfig.VUE_APP_SERVER_IP + res;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user