Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

226.account_allApi #226

Open
webVueBlog opened this issue May 6, 2020 · 1 comment
Open

226.account_allApi #226

webVueBlog opened this issue May 6, 2020 · 1 comment
Labels
JavaScript JavaScript

Comments

@webVueBlog
Copy link
Member

[js]

@webVueBlog webVueBlog added the JavaScript JavaScript label May 6, 2020
@webVueBlog
Copy link
Member Author

account_allApi(this.allQuery).then(res => {
	let array = []
	let list = res.data.data.data
	list.map(item => {
		array.push(
		Object.assign({}, item, {
		show: false
		})
	)
	});
	this.accountData = array
	}).catch(error => {
	console.log(error)
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JavaScript JavaScript
Projects
None yet
Development

No branches or pull requests

1 participant