فهرست منبع

Merge branch 'demo_' of http://123.60.19.203:8088/hitch/hitch-antd

guarantee-lsq 2 سال پیش
والد
کامیت
85aabcf998
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/views/repair/application-form/modules/RemarkForm.vue

+ 4 - 0
src/views/repair/application-form/modules/RemarkForm.vue

@@ -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