1b9d92d9 by xukangle

fix

1 parent dac5d293
......@@ -1427,8 +1427,7 @@ onBeforeMount(() => {
// 获取模板信息
const getTemplateInfo = () => {
console.log(userData, '--------route.query.exchangeGuid---------');
getTemplateFile({ tenantGuid: userData.tenantGuid }).then((res: any) => {
getTemplateFile({ tenantGuid: route.query.exchangeGuid }).then((res: any) => {
if (res.code == proxy.$passCode) {
} else {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!