zhangyuewww 3 years ago
parent
commit
6071e50efc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/financialManagement/collectionManagementList.vue

+ 3 - 0
src/views/financialManagement/collectionManagementList.vue

@@ -441,6 +441,9 @@ export default {
       if(row.addressUrl!=null){
          this.addressUrls=row.addressUrl.split(',')
       }
+      else{
+        this.addressUrls=[]
+      }
       this.editlist.id=row.id
       this.accessoryTFs=true
     },