zhuliu 9 tháng trước cách đây
mục cha
commit
87da207198
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/report/components/matter/addMatters.vue

+ 1 - 1
src/views/report/components/matter/addMatters.vue

@@ -243,7 +243,7 @@ export default {
     },
     submitForm1() {
       var list = this.validMatter()
-      if(list){
+      if(list && list.length>0){
         this.$api.addFollowUp(list).then(response => {
           if (response.code == 200) {
             this.btnLoading = false