@@ -26,6 +26,15 @@ Component({
},
strict: {
type: Boolean
+ },
+ attinfos: {
+ type: Array
+ }
+ observers: {
+ 'attinfos': function (attinfos) {
+ this.initData();
+ this.handleFiles(attinfos, true)
}
methods: {