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

供应商V2版页面修改

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