1b9d92d9 by xukangle

fix

1 parent dac5d293
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!