|
|
@@ -376,12 +376,11 @@ export default {
|
|
|
return instres.variables.data[0]?.id_ || '';
|
|
|
},
|
|
|
async fetchTaskId(instid) {
|
|
|
-
|
|
|
const taskres = await this.$common.request('query', {
|
|
|
key: 'xnyzcxlcid',
|
|
|
params: [instid]
|
|
|
});
|
|
|
- return taskres.variables.data[0]?.id_ || '';
|
|
|
+ return taskres.variables.data[0]?.ID_ || '';
|
|
|
},
|
|
|
getpdf() {
|
|
|
const newDiv = document.querySelector('#pdfDom')
|