MrShi
2024-11-16 7a15a07d8e612d3dcf6860fc3ac0da2dce55da55
company/src/components/business/OperaCompanyWindow.vue
@@ -315,6 +315,7 @@
      this.$nextTick(() => {
        for (const key in this.form) {
          this.form[key] = target[key]
          this.form.username=null
        }
      })
    },