fix
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -1427,8 +1427,7 @@ onBeforeMount(() => { | ... | @@ -1427,8 +1427,7 @@ onBeforeMount(() => { |
| 1427 | 1427 | ||
| 1428 | // 获取模板信息 | 1428 | // 获取模板信息 |
| 1429 | const getTemplateInfo = () => { | 1429 | const getTemplateInfo = () => { |
| 1430 | console.log(userData, '--------route.query.exchangeGuid---------'); | 1430 | getTemplateFile({ tenantGuid: route.query.exchangeGuid }).then((res: any) => { |
| 1431 | getTemplateFile({ tenantGuid: userData.tenantGuid }).then((res: any) => { | ||
| 1432 | if (res.code == proxy.$passCode) { | 1431 | if (res.code == proxy.$passCode) { |
| 1433 | 1432 | ||
| 1434 | } else { | 1433 | } else { | ... | ... |
-
Please register or sign in to post a comment