shish 6 ani în urmă
părinte
comite
44bd2bd889
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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)
 			})
 		},