用 Vue.nextTick : handleHighSubmit(data) { this.serverData = { ...data }; this.$nextTick(() => { const new_str = [this.form.server_str, this.serverData.highServer].join(','); let params = { choice: this.choice, filter_condition: { server_str: new_str, ...this.form } }; console.log(params, 'params---'); this.getCoverUsers(params); this.handleClose(); }); },