<el-autocomplete
        size="small"
        v-model="state"
        :fetch-suggestions="querySearch"
        placeholder="Please enter the content"
        @select="handleSelect"HandleSelect (item) {this.state = item[attribute] // Need to manually assign},Copy the code