shish %!s(int64=6) %!d(string=hai) anos
pai
achega
44bd2bd889
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 			})
 		},