运费模板 品牌 计量单位 支持刷新功能

This commit is contained in:
15386982806
2024-01-05 15:10:48 +08:00
parent 560199944d
commit 77e7d095a7
4 changed files with 27 additions and 1 deletions

View File

@@ -140,8 +140,10 @@ export default {
this.loading = true;
let that = this;
setTimeout(function () {
that.init();
that.$Message.success("刷新成功");
that.loading = false;
}, 1000);
}, 500);
},
//添加子分类
addChildren(v) {
@@ -261,4 +263,7 @@ export default {
min-height: 100vh;
height: auto;
}
.operation {
margin-bottom: 10px;
}
</style>

View File

@@ -294,6 +294,7 @@ export default {
this.operation = "INFO";
this.currentTab = "INFO";
this.getData();
this.$Message.success("刷新成功");
},
//运费模板数据
getData() {