Commit 9eb9a3ba authored by 黄奎's avatar 黄奎

页面修改

parent 428eaa4a
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
methods: { methods: {
getStuContractPage() { getStuContractPage() {
queryStuContractPage(this.customMsg).then(res => { queryStuContractPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.contractList = res.Data.PageData this.contractList = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -65,7 +65,6 @@ ...@@ -65,7 +65,6 @@
methods: { methods: {
getStuOrderPage() { getStuOrderPage() {
queryStuOrderPage(this.customMsg).then(res => { queryStuOrderPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.orderList = res.Data.PageData this.orderList = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
methods: { methods: {
getStuLogPage() { getStuLogPage() {
queryStudentLogPage(this.customMsg).then(res => { queryStudentLogPage(this.customMsg).then(res => {
console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.logData = res.Data.PageData this.logData = res.Data.PageData
this.pageCount = res.Data.PageCount this.pageCount = res.Data.PageCount
......
...@@ -116,7 +116,6 @@ ...@@ -116,7 +116,6 @@
}) })
}, },
refreshPage() { refreshPage() {
console.log("11111");
this.getStudent() this.getStudent()
}, },
}, },
......
...@@ -118,7 +118,6 @@ ...@@ -118,7 +118,6 @@
}) })
}, },
refreshPage() { refreshPage() {
console.log('进入');
this.getStudent() this.getStudent()
}, },
}, },
......
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