修改一些bug完善,新增app更新新功能

This commit is contained in:
lemon橪
2021-05-21 16:45:47 +08:00
parent 38dc952a07
commit 41093b2032
14 changed files with 633 additions and 470 deletions

View File

@@ -202,6 +202,7 @@
this.loading = false;
if (res.success) {
this.data = res.result.records;
this.total = res.result.total;
}
});
@@ -239,7 +240,7 @@
}
};
</script>
<style lang="scss">
<style lang="scss" >
@import "@/styles/table-common.scss";
</style>