@@ -537,7 +537,7 @@ export default {
}
return false
} else {
- return false
+ return true
},
//校验是否全部上传
@@ -269,7 +269,7 @@ export default {
}).then(() => {
this.$api.deleteCompareLiterature(ids).then(response=>{
if(response.code == 200){
- this.$message('删除成功')
+ this.$message.success('删除成功')
this.deleteUpdateOrder(index)
}).catch(error=>{
@@ -155,7 +155,7 @@ export default {
this.$api.removeCompareGroups(a).then(response=>{
- this.$message({
+ this.$message.success({
type: 'success',
message: '删除成功!'
});
@@ -309,7 +309,7 @@ export default {
this.$api.addMarkTask(params).then(res => {
if (res.code == 200) {
- this.$message('添加分配任务成功')
+ this.$message.success('添加分配任务成功')
this.$refs.examine.handleCloseTask()
this.dialogVisible = true