切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
3 years ago
提交
a9bb2eb8b58b270461d494b5a855c3557ac5df04
1 个父辈
1ad8e34a
部署管理上传文件功能优化
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
11 行增加
和
3 行删除
src/views/technological/technological.vue
static/nmmsVer.json
src/views/technological/technological.vue
查看文件 @
a9bb2eb
...
...
@@ -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){
...
...
static/nmmsVer.json
查看文件 @
a9bb2eb
{
"nmmsVer"
:
"1.2
3
"
"nmmsVer"
:
"1.2
4
"
}
...
...
请
注册
或
登录
后发表评论