// const newDatas = ['是否確認(rèn)導(dǎo)出id為',]
// const h = this.$createElement
// for (const i in this.ids) {
// console.log('this.ids[i]',this.ids[i]);
// newDatas.push(h('p', null, this.ids[i]))
// }
// newDatas.push('的運(yùn)維建議?')
// this.$confirm('提示',{title: '提示',
// message: h('div', null, newDatas),
// showCancelButton: true,
// confirmButtonText: "確定",
// cancelButtonText: "取消",
// type: 'warning'}
// ).then(function() {
// return exportPost(postIds);
// }).then(response => {
// this.download(response.msg);
// })