Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin
This commit is contained in:
@@ -206,6 +206,7 @@ watch(
|
|||||||
|
|
||||||
if (newVal.length <= 0) {
|
if (newVal.length <= 0) {
|
||||||
fileList.value = [];
|
fileList.value = [];
|
||||||
|
valFileList.value = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -159,6 +159,8 @@ watch(
|
|||||||
|
|
||||||
if (newVal.length <= 0) {
|
if (newVal.length <= 0) {
|
||||||
fileList.value = [];
|
fileList.value = [];
|
||||||
|
viewFileList.value = [];
|
||||||
|
valFileList.value = [];
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user