shish před 6 roky
rodič
revize
44bd2bd889
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 			})
 		},