Commit a4cf4adb by chenyu

update: update

parent 4d964a5a
......@@ -172,7 +172,7 @@ export default {
this.$emit('refresh');
}, 2000);
} else {
this.$message.error(res.data.response.message);
this.$message.error(res.data.message);
this.btnLoading = false;
}
})
......
......@@ -200,7 +200,7 @@ export default {
{ label: '所有类型', value: -1 },
{ label: '销售', value: 1 },
{ label: '退货', value: 2 },
{ label: '退换货', value: 3 },
{ label: '退换货', value: 4 },
],
totalCountList: [
{ label: '消费总额(实付)', key: 'costFeePaid', filter: 'fomatFloat' },
......
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