提示信息处理

This commit is contained in:
zhaoxiao
2021-09-29 17:15:39 +08:00
parent c5c7f56540
commit 6a69b17709
8 changed files with 9 additions and 9 deletions
@@ -387,7 +387,7 @@ export default {
this.confirmLoading = false
})
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -569,7 +569,7 @@ export default {
this.form.setFieldsValue(pick(this.model, 'departmentName'))
})
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -277,7 +277,7 @@ export default {
this.treeDepartData.push(temp)
}
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -343,7 +343,7 @@ export default {
if (res.success) {
this.userList = res.result
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -376,7 +376,7 @@ export default {
this.companyDataById = res.result
resolve()
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
})
@@ -126,7 +126,7 @@ export default {
if (res.success) {
this.memberList = res.result
} else {
console.log(res.message)
this.$message.warn(res.message)
}
}).finally(() => {
this.confirmLoading = false
@@ -328,7 +328,7 @@ export default {
this.treeDepartData.push(temp)
}
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -266,7 +266,7 @@ export default {
this.treeDepartData.push(temp)
}
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},
@@ -294,7 +294,7 @@ export default {
this.treeDepartData.push(temp)
}
} else {
console.log(res.message)
this.$message.warn(res.message)
}
})
},