Commit 2483f6a4 authored by 黄奎's avatar 黄奎

页面修改

parent 04417528
......@@ -174,7 +174,6 @@
this.apipost('sellcommission_GetOPCommissionSingleDetailsList', this.msg, res => {
this.loading=false;
if(res.data.resultCode == 1) {
console.log("res.data",res.data)
this.DataList = res.data.data.pmodel.pageData;
this.total=res.data.data.pmodel.count;
this.totalInfo=res.data.data;
......
......@@ -953,7 +953,6 @@
getCalendarDays: function (date, key) {
let month = new Date(date).Format('yyyy-MM')
let tempMonth = this.$calendarUtils.createCalendar_V2(date).DayArray;
//console.log("dayList",tempMonth);
let days = [];
for (let i = 0; i < tempMonth.length; i++) {
let month = tempMonth[i].day.Format('yyyy-MM');
......
......@@ -117,7 +117,6 @@ export default {
})
}
this.dataList = dataList;
console.log(dataList)
} else {
this.Error(res.data.message);
}
......
......@@ -553,7 +553,6 @@
}
},
deletePackageFile: function (path, urlObj) {
console.log(path);
this.$http({
headers: {
'Content-Type': 'application/json'
......
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