Commit ab13d65e by 任建

rj

parent b266af52
...@@ -88,6 +88,8 @@ ...@@ -88,6 +88,8 @@
}); });
}, },
activated:function(){ activated:function(){
var embedwarpper = document.getElementsByClassName("el-scrollbar__wrap")[0];
embedwarpper.scrollTop=0;
this.regNum = this.$router.history.current.query.regNum || ""; this.regNum = this.$router.history.current.query.regNum || "";
this.nclNum = this.$router.history.current.query.nclNum || ""; this.nclNum = this.$router.history.current.query.nclNum || "";
if(this.regNum!=this.regNum2&&this.nclNum!=this.nclNum2){ if(this.regNum!=this.regNum2&&this.nclNum!=this.nclNum2){
......
...@@ -141,6 +141,7 @@ ...@@ -141,6 +141,7 @@
this.loading = true; this.loading = true;
this.$root.postReq("/web/tmquery/tmqueryCtl/noticequery", obj).then(d => { this.$root.postReq("/web/tmquery/tmqueryCtl/noticequery", obj).then(d => {
that.loading = false; that.loading = false;
console.log(d,"zheshishuju");
if (d.status == 0 && d.data) { if (d.status == 0 && d.data) {
var rows = d.data.rows; var rows = d.data.rows;
for (var i = 0; i < rows.length; i++) { for (var i = 0; i < rows.length; i++) {
......
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