pc-master #72

Merged
xiaomeng merged 3 commits from pc-master into portal 2023-12-12 07:54:16 +00:00
Showing only changes of commit f9f00dda10 - Show all commits

View File

@ -460,7 +460,6 @@ export default {
}) })
}, },
addMessage() { addMessage() {
console.log(this.warnForm);
this.api.addWarnMessage(this.warnForm).then(res => { this.api.addWarnMessage(this.warnForm).then(res => {
if (res.data.code == 200) { if (res.data.code == 200) {
this.$message({ this.$message({