@ -129,6 +129,7 @@
if (null != success.rows && success.rows.length > 0) {
this.userList = [];
this.dataList = success.rows
this.$emit('item-list', success.rows);
} else {
showToast ("暂无数据!")
}