mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
1.评分 小红点
This commit is contained in:
@@ -619,7 +619,8 @@ export default {
|
||||
|
||||
onMounted(() => {
|
||||
//初始化时
|
||||
state.searchParam.status = 2
|
||||
state.searchParam.status = 2;
|
||||
getTableDate();
|
||||
});
|
||||
|
||||
|
||||
@@ -773,7 +774,7 @@ export default {
|
||||
state.tableLoading = false;
|
||||
});
|
||||
};
|
||||
getTableDate();
|
||||
|
||||
// 搜索
|
||||
const searchSubmit = () => {
|
||||
state.searchParam.pageNo = 1;
|
||||
|
||||
Reference in New Issue
Block a user