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

页面修改

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