Commit 628ac1cc authored by 黄奎's avatar 黄奎

供应商V2版页面修改

parent 843209d3
......@@ -57,7 +57,6 @@
data() {
return {
loading: false,
total: 0,
msg: {
pageIndex: 1,
......@@ -119,22 +118,23 @@
methods: {
//获取日志
getLogsList(TCID) {
if (TCID) {
this.queryLogMsg.TCID = TCID;
}
this.ApiPost2('DmcInfoChangeLog_get_GetHotelLogList', this.queryLogMsg, res => {
if (res.data.resultCode == 1) {
this.LogsList = res.data.data.pageData;
this.queryLogMsg.total = res.data.data.count;
}
}, err => {})
// if (TCID) {
// this.queryLogMsg.TCID = TCID;
// }
// this.ApiPost2('DmcInfoChangeLog_get_GetHotelLogList', this.queryLogMsg, res => {
// if (res.data.resultCode == 1) {
// this.LogsList = res.data.data.pageData;
// this.queryLogMsg.total = res.data.data.count;
// }
// }, err => {})
},
getList() {
this.loading = true;
this.ApiPost2('dmcstatistics_post_GetUniteCombinationNumService_Supplier_V2', this.msg, res => {
this.loading = false;
console.log(res.data);
if (res.data.resultCode == 1) {
console.log(res.data);
// this.total = res.data.data.count;
// this.dataList = res.data.data.pageData;
} else {
......
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