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