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

页面修改

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