mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
t
This commit is contained in:
@@ -3653,6 +3653,10 @@ export default defineComponent({
|
|||||||
const handleAllover = () => {
|
const handleAllover = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
@@ -3666,6 +3670,10 @@ export default defineComponent({
|
|||||||
const handleAllSuc = () => {
|
const handleAllSuc = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
@@ -3679,6 +3687,10 @@ export default defineComponent({
|
|||||||
const handleAllReject = () => {
|
const handleAllReject = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user