修改组长导入

This commit is contained in:
peiqingliu
2023-03-07 16:48:43 +08:00
parent 63eafe934b
commit 5c962b4009
2 changed files with 8 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
> >
<div class="drawerMain"> <div class="drawerMain">
<div class="header"> <div class="header">
<div class="headerTitle">学员获取详情</div> <div class="headerTitle">学员获取详情1</div>
<img <img
style="width: 29px; height: 29px; cursor: pointer" style="width: 29px; height: 29px; cursor: pointer"
src="../../assets/images/basicinfo/close.png" src="../../assets/images/basicinfo/close.png"
@@ -26,7 +26,7 @@
@expand="expandTable" @expand="expandTable"
:pagination="false" :pagination="false"
/> />
<div class="pa"> <div class="pa">
<a-pagination <a-pagination
v-if="tableDataTotal > 10" v-if="tableDataTotal > 10"
@@ -50,7 +50,7 @@
</div> </div>
</a-drawer> </a-drawer>
</template> </template>
<script> <script>
import { toRefs, reactive } from "vue"; import { toRefs, reactive } from "vue";
import { studentScoreList } from "../../api/indexProjStu"; import { studentScoreList } from "../../api/indexProjStu";
@@ -178,7 +178,7 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss" > <style lang="scss" >
.StuScore { .StuScore {
.drawerMain { .drawerMain {
@@ -292,4 +292,4 @@ export default {
} }
} }
} }
</style> </style>

View File

@@ -4555,7 +4555,6 @@ export default defineComponent({
state.newCourseName = item.name; state.newCourseName = item.name;
state.permissions = item.permissions; state.permissions = item.permissions;
getTableDate3(); getTableDate3();
state.stm_hs = true; state.stm_hs = true;
}; };
@@ -4579,12 +4578,15 @@ export default defineComponent({
console.log(state.kk_inputV1); console.log(state.kk_inputV1);
console.log(state.kk_inputV2); console.log(state.kk_inputV2);
console.log(state.selectTime); console.log(state.selectTime);
getTableDate();
getTableDate3(); getTableDate3();
}; };
const handleRestTable = () => { const handleRestTable = () => {
debugger
state.kk_inputV1 = ""; state.kk_inputV1 = "";
state.kk_inputV2 = ""; state.kk_inputV2 = "";
state.selectTime = ""; state.selectTime = "";
getTableDate();
getTableDate3(); getTableDate3();
}; };