Browse Source

轮播图

shish 6 years ago
parent
commit
44bd2bd889
1 changed files with 1 additions and 1 deletions
  1. 1 1
      store/src/admin/ad/list.vue

+ 1 - 1
store/src/admin/ad/list.vue

@@ -143,7 +143,7 @@ export default {
 			this._list()
 		},
 		_list() {
-			return getList({ status: this.tabIndex }).then(res => {
+			return getList({ type: this.tabIndex }).then(res => {
 				this.completes(res)
 			})
 		},