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