@@ -46,6 +46,10 @@ export default {
this.model = record
},
save () {
+ if (this.model.content === '' || this.model.content == null) {
+ this.$message.error('请填写故障描述!')
+ return
+ }
changeEditForm({
id: this.model.id,
content: this.model.content