Commit 11b9684f authored by 黄奎's avatar 黄奎

页面修改

parent d49cfe76
......@@ -182,7 +182,7 @@
AuditStatus: "0", //审核状态
QStartTime: "", //开始时间
QEndTime: "", //结束时间
Conditon: 1,
},
tabCheck: "1",
pageCount: 0,
......@@ -221,6 +221,7 @@
//获取退课单据分页列表
getStuBackBill() {
this.loading = true;
this.msg.Conditon = this.tabCheck;
if (this.applyDateList && this.applyDateList.length > 0) {
this.msg.QStartTime = this.applyDateList[0];
this.msg.QEndTime = this.applyDateList[1];
......
......@@ -48,7 +48,6 @@ service.interceptors.request.use(
service.interceptors.response.use(
response => {
const res = response.data;
console.log(" response", response)
// TODO 确定后台的CODE码
if (response.status === 200 && response.config.headers["responseType"] === "arraybuffer") {
// 文件类型特殊处理
......
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