perf:侧滑新增/编辑页面label 和输入框统一为左右分布、右对齐

This commit is contained in:
wangwenrui
2020-06-04 15:09:19 +08:00
parent f400b01146
commit 63a66268a2
12 changed files with 20 additions and 17 deletions

View File

@@ -426,6 +426,9 @@
this.$put('/model/syncChart',param).then(response=>{
if(response.code == 200){
this.$message({duration: 1000, type: 'success', message: this.$t("tip.syncSuccess")});
if(this.from == 'asset'){
this.Refresh();
}
}else{
console.error(response.msg)
this.$message.error(response.msg)