testing upload file state change
This commit is contained in:
@@ -91,6 +91,8 @@ module.exports = {
|
||||
},
|
||||
|
||||
reload: function(file) {
|
||||
console.log("type :", this.file)
|
||||
console.log("comparison:",file!=this.file)
|
||||
if (file != this.file) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user