zhangyuewww 3 년 전
부모
커밋
6071e50efc
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
     },