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){
       if(row.addressUrl!=null){
          this.addressUrls=row.addressUrl.split(',')
          this.addressUrls=row.addressUrl.split(',')
       }
       }
+      else{
+        this.addressUrls=[]
+      }
       this.editlist.id=row.id
       this.editlist.id=row.id
       this.accessoryTFs=true
       this.accessoryTFs=true
     },
     },