sonar 3 left
This commit is contained in:
@@ -357,7 +357,9 @@
|
||||
},
|
||||
reallyDeldetData: {
|
||||
handler(newValue, oldValue) {
|
||||
if(newValue.length !== 0 && oldValue.length === 0) this.showReallyDeldet();
|
||||
if(newValue.length !== 0 && oldValue.length === 0){
|
||||
this.showReallyDeldet();
|
||||
}
|
||||
},
|
||||
immediate: true
|
||||
}
|
||||
@@ -497,6 +499,7 @@
|
||||
srt = '';
|
||||
},
|
||||
/**
|
||||
* It seems that this function is unused
|
||||
* 顯示被 Admin 或被其他帳號刪除的檔案
|
||||
*/
|
||||
showReallyDeldet(){
|
||||
|
||||
Reference in New Issue
Block a user