MrShi
2024-11-04 b6fde711bf33cede4cb84f85146c32b0c0c61aa5
company/src/components/business/operaverifyPhoneNumberWindew.vue
@@ -33,7 +33,7 @@
  data () {
    return {
      form: {
        phone: this.$store.state.userInfo.company.phone,
        phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null,
        code: ''
      },
      rules: {