zhangyuewww hace 3 años
padre
commit
6071e50efc
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
     },