songshankun
2023-10-17 af2b318da9d4c51b5b8afb2f4cefe86ff049bc7c
src/views/client/client/index.vue
@@ -293,7 +293,8 @@
        registered_capital_id: 1,
        enterprise_nature_id: 1,
        enterprise_scale_id: 1,
        industry_id: 1
        industry_id: 1,
        province_id:''
      }
      this.editConfig.visible = true
    },
@@ -375,7 +376,8 @@
        client_name: row.name,
        number: "",
        codeStandID:'',
        next_follow_time: row.next_visit_time
        next_follow_time: row.next_visit_time,
        client_id:row.id
      }
      this.editFollowupConfig.visible = true
    },