Commit 686ea4aa authored by 黄奎's avatar 黄奎

页面修改

parent 2de6629e
......@@ -89,8 +89,6 @@ export default {
r => {
if (r.data.resultCode == 1) {
this.DataList = r.data.data;
console.log("DataList",this.DataList);
// this.$forceUpdate()
}
},
null
......@@ -98,9 +96,6 @@ export default {
}
},
mounted() {
// this.SourceID = this.$route.query.SourceID;
// var obj = JSON.parse(this.$route.query.Callback);
// this.Type = obj.Type;
let obj = JSON.parse(this.Callback);
this.Type = obj.Type;
this.getList();
......
......@@ -753,8 +753,6 @@
}
})
}
// console.log("title",title)
// return;
this.pdfLoading = true
let pageData = document.getElementById('pdfNode').innerHTML
let urlObj = this.domainManager()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment