mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
Merge remote-tracking branch 'yx/compulsory_professional_skills_test' into master_1202
This commit is contained in:
@@ -363,12 +363,12 @@ export function useThrottlePage(_url, params = {}, init = true) {
|
||||
...params
|
||||
});
|
||||
|
||||
watch(() => params.keyword, throttle(fetch, 600));
|
||||
watch(() => params.name, throttle(fetch, 600));
|
||||
watch(() => params.page, fetch);
|
||||
|
||||
function fetch() {
|
||||
state.loading = true;
|
||||
if (!params.keyword) {
|
||||
if (!params.name) {
|
||||
state.loading = false;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
<div class="bg_main">
|
||||
<div class="bg_main_header">
|
||||
<div class="bg_main_header_icon"></div>
|
||||
<div>编辑专业力必修</div>
|
||||
<div>{{editId?'编辑专业力必修':'新增专业力必修'}}</div>
|
||||
<div class="bg_main_header_close" @click="of_exit"></div>
|
||||
</div>
|
||||
<div class="bg_body">
|
||||
|
||||
Reference in New Issue
Block a user