Commit c7ae379e authored by Mac's avatar Mac

1

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