|
@@ -27,7 +27,11 @@ const setDefaultSource=(sourceText)=>{
|
|
|
}
|
|
|
|
|
|
async function getTableData(){
|
|
|
- const res = await infoByCode({ UniqueCode: params.code, FromScene: Number(params.fromScene||'') });
|
|
|
+ const res = await infoByCode({
|
|
|
+ UniqueCode: params.code,
|
|
|
+ FromScene: Number(params.fromScene||''),
|
|
|
+ AuthToken: params.authToken || ''
|
|
|
+ });
|
|
|
if(res.Ret !== 200) return
|
|
|
|
|
|
info.value=res.Data
|