Commit a7b9bfd4 authored by 黄奎's avatar 黄奎

页面修改

parent 7124d62e
......@@ -87,7 +87,6 @@
};
queryCustomerCategory(msg).then(res => {
if (res.Code == 1) {
console.log(res, '数据');
this.detailData = res.Data;
}
});
......@@ -97,8 +96,6 @@
},
saveBaseInfo(obj) {
this.detailData[obj.field] = obj.val;
console.log(this.detailData, 'this.detailData');
let msg = {
CategoryName: this.detailData.CategoryName,
CatetoryType: this.detailData.CatetoryType,
......
......@@ -514,7 +514,6 @@ export default {
this.teaClassMsg.Date = this.dateObj.date;
if (this.teaClassMsg.TeacherId == 0) return;
GetCanTeacherClassTimeList(this.teaClassMsg).then(res => {
console.log(187, res);
this.teacherTimeList = res.Data;
});
},
......@@ -543,7 +542,7 @@ export default {
});
},
addStu() {
console.log(535, this.stuInfo);
},
//获取章节
getChapterTree() {
......@@ -572,7 +571,6 @@ export default {
this.chapterList.map(e => {
if (e.ChapterId == data) {
this.checkChapter = e;
console.log(407, this.checkChapter);
return;
}
});
......@@ -663,8 +661,6 @@ export default {
this.saveMsg.CourseGradeId = this.saveObj.CourseGradeId;
this.saveMsg.ShiftSort = this.saveObj.ShiftSort;
}
console.log(447, this.saveMsg);
SetAdminScrollAppointment(this.saveMsg).then(res => {
if (res.Code == 1) {
this.getStu();
......@@ -678,10 +674,9 @@ export default {
persistent: true
})
.onOk(() => {
// console.log(">>>> OK");
})
.onCancel(() => {
// console.log(">>>> Cancel");
this.changeDig(false);
});
this.$emit("success");
......
......@@ -459,7 +459,7 @@
},watch: { // 监听参数变化
GetDetail: {
handler: function(val, oldVal) {
console.log(val,'val');
},
deep: true
},
......
......@@ -222,7 +222,6 @@
NewItems() {
var _this = this;
var NewItems = [];
console.log(this.GetList,'firstttt');
this.GetList.map(function (item) {
if (item.Name.search(_this.searchVal) != -1) {
NewItems.push(item);
......@@ -412,7 +411,6 @@
}, err => {})
},
tabData(t) { //切换
console.log(t,'ttt');
if (t == 1) {
this.GetList = this.collectList;
} else if (t == 2) {
......@@ -428,8 +426,6 @@
this.noData = false;
}
let newList = [];
console.log(this.GetList,'getList111');
console.log(this.templateID,'template');
if (this.templateID) {
this.templateID.forEach(x => {
this.GetList.forEach(y => {
......
......@@ -2018,7 +2018,6 @@
getDeptList(departmentMsg).then(res => {
if (res.Code == 1) {
this.departmentList = res.Data;
console.log(res,'数据');
}
}).catch(() => {
......@@ -2054,7 +2053,6 @@
},
//上传附件
uploadBatch(file){
console.log(file,'file');
// 1 文档 2 数据 3 图片
let typeArr = [{
stringArr: 'GIF|JPG|JPEG|PNG|BMP',
......
......@@ -464,7 +464,6 @@ export default {
}
},
mounted() {
// console.log(336, this.$refs.calendar);
this.selectedDate = QCalendar.today();
this.getTeacherList();
this.getclassroom();
......@@ -503,7 +502,6 @@ export default {
getHeight(event, timeDurationHeight) {
let gap = this.calcGap(event.StartTime, event.EndTime);
let height = timeDurationHeight(gap) + "px";
console.log(327, height);
return { height: height + "px" };
},
calendarNext() {
......@@ -579,30 +577,28 @@ export default {
return bg;
},
onModelChanged(date) {
console.log(1, date);
},
onClickDate2(data) {
console.log(2, data);
},
onClickDayHeader2(data) {
console.log(3, data);
},
onClickInterval2(data) {
console.log(4, data);
},
onClickTime2(data) {
console.log(5, data);
this.showForm = true;
this.editType = 1;
this.saveObj = {};
this.dateObj = data.scope.timestamp;
console.log("5.1", this.dateObj);
},
onClickIntervalHeader2(data) {
console.log(6, data);
},
showDetail(data, date, tid) {
console.log(7, data);
this.showForm = true;
this.editType = 2;
this.dateObj.date = date;
......
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