Commit c7ae379e authored by Mac's avatar Mac

1

parent 82943da9
......@@ -135,7 +135,6 @@
</td>
</tr>
</tbody>
</table>
</div>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
......
......@@ -264,7 +264,7 @@
getActivityType() {
this.apipost("/api/Trade/GetCommerceActivityTypeList", {}, res => {
if (res.data.resultCode == 1) {
this.activityTypeList = res.data.data;
this.activityTypeList = res.data.data;
}
})
},
......
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