@@ -187,7 +187,7 @@ export default {
// }
// },
async getExcelHtml () {
- const { data: res } = await getExcelHtml({ excelId: this.excelId })
+ const { data: res } = await getExcelHtml({ pkeyId:this.pkeyId})
console.log(res);
if (res.code === 200) {
this.htmlData.name = ''