Merge branch 'dev-zhaoDN/file-isnull-setting' into 'dev'
fixbug:文件上传,watch 对于val 为空的时候,要置空,不是会导致其他表单粘值过来 See merge request itc-framework/ma/2024/front!65
This commit is contained in:
@ -150,6 +150,8 @@
|
|||||||
});
|
});
|
||||||
folderId.value = fileList.value[0].folderId;
|
folderId.value = fileList.value[0].folderId;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
folderId.value = '';
|
||||||
}
|
}
|
||||||
if (!val) {
|
if (!val) {
|
||||||
fileList.value = [];
|
fileList.value = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user