zhuliu 9 月之前
父節點
當前提交
87da207198
共有 1 個文件被更改,包括 1 次插入1 次删除
  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