mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
feat:增加批量标注完成等
This commit is contained in:
@@ -58,6 +58,10 @@ export default {
|
||||
type: Number,
|
||||
default: null,
|
||||
},
|
||||
getStudent: {
|
||||
type: Function,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
setup(props, ctx) {
|
||||
const state = reactive({
|
||||
@@ -93,6 +97,9 @@ export default {
|
||||
message.destroy();
|
||||
message.success("标记成功");
|
||||
closeModal();
|
||||
props.getStudent && props.getStudent();
|
||||
ctx.emit("update:ids", []);
|
||||
// console.log("props.getStudent", props.getStudent);
|
||||
}
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user