修改样式 和 优化一些 功能

This commit is contained in:
夜良king
2022-02-16 09:25:01 +08:00
parent aee67ec317
commit c4037a346d
6 changed files with 42 additions and 14 deletions

View File

@@ -219,6 +219,7 @@ export default {
getFullDiscountList(this.searchForm).then((res) => {
this.loading = false;
if (res.success) {
console.log(res)
this.data = res.result.records;
this.total = res.result.total;
}