文件上传

This commit is contained in:
XaoLi717 2024-09-03 08:36:51 +08:00
parent fc139ebf1d
commit 9272282b1d

View File

@ -195,6 +195,7 @@ watch(
},
{ immediate: true, deep: true }
)
//
const emitUpdateModelValue = () => {
// 1
@ -206,6 +207,7 @@ const emitUpdateModelValue = () => {
// console.log("result",result)
emit('update:modelValue', result)
}
//
const emitUpdateModelValue2 = () => {
// 1
@ -218,6 +220,7 @@ const emitUpdateModelValue2 = () => {
emit('update:modelValue', result)
MysqlUrl.value = []
}
</script>
<style lang="scss" scoped>
.upload-file-uploader {