lb #6
@@ -51,7 +51,7 @@ export default {
 | 
			
		||||
				type: 'warning',
 | 
			
		||||
				onClose: () => {
 | 
			
		||||
					this.clearData()
 | 
			
		||||
					this.fetchList().then(res => {
 | 
			
		||||
					this.fetchList().then(({ data: res }) => {
 | 
			
		||||
						this.testData = res
 | 
			
		||||
						this.handleData()
 | 
			
		||||
					})
 | 
			
		||||
 
 | 
			
		||||
@@ -48,7 +48,7 @@ export default {
 | 
			
		||||
				type: 'warning',
 | 
			
		||||
				onClose: () => {
 | 
			
		||||
					this.clearData()
 | 
			
		||||
					this.fetchList().then(res => {
 | 
			
		||||
					this.fetchList().then(({ data: res }) => {
 | 
			
		||||
						this.testData = res
 | 
			
		||||
						this.handleData()
 | 
			
		||||
					})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user