mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:面授课编辑附件删除问题,课程大纲问题
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
import {defineEmits, defineProps, ref, watch, onMounted} from "vue";
|
||||
import Upload from "./BaseUpload.vue";
|
||||
|
||||
const emit = defineEmits({})
|
||||
const emit = defineEmits(["changevalue"])
|
||||
const props = defineProps({
|
||||
value: String,
|
||||
})
|
||||
@@ -98,6 +98,7 @@ function init() {
|
||||
|
||||
function del(i) {
|
||||
uploadRef.value.remove(i)
|
||||
emit('changevalue', i)
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user