布局设定
2.修改相关人员名单列表不对齐 3.对接认证任务计划接口
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
url: {
|
||||
type: Object,
|
||||
default: {}
|
||||
},
|
||||
//判断当前文档库还是其余的页面
|
||||
isTrue:{
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
@@ -71,7 +76,11 @@
|
||||
)
|
||||
})
|
||||
} else {
|
||||
eventBUs.$emit('searchReset')
|
||||
if (this.isTrue){
|
||||
this.$emit('getList')
|
||||
}else{
|
||||
eventBUs.$emit('searchReset')
|
||||
}
|
||||
this.$message.success(info.file.response.message || `${info.file.name} 文件导入成功`)
|
||||
}
|
||||
this.spinning = false
|
||||
|
||||
Reference in New Issue
Block a user