作者 小范

部署管理上传文件功能优化

... ... @@ -240,10 +240,9 @@
_this.tableData = res.data
// 获取列表的总记录数
_this.total = res.total
this.tableloading = false;
_this.$message.success('获取消息收发记录,成功!')
this.tableloading = false;
}).catch(error => {
// 关闭加载
_this.$message.error(error.toString())
this.tableloading = false;
... ... @@ -253,6 +252,15 @@
//打开新增
toAddDialog() {
this.dialogFormVisible = true;
this.formInline = {
filePath :'',
category:'',
key:'',
name:'',
tenantId:'',
variables: {},
// cascade:'true'
}
},
//上传文件
handleUploadSuccess: function(response, file, fileList){
... ...
{
"nmmsVer": "1.23"
"nmmsVer": "1.24"
}
... ...