Commit b8583e58 authored by 黄奎's avatar 黄奎

页面修改

parent ff3d1bc1
......@@ -91,7 +91,7 @@
methods: {
getList() {
this.loading = true;
this.apipost("/api/Trade/GetCommerceConsultStaticPage", this.msg, res => {
this.apipost("/api/Trade/GetConsultStaticPage", this.msg, res => {
this.loading = false;
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
......
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