|
@@ -229,7 +229,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
fileList: {
|
|
fileList: {
|
|
|
handler (val, oldVal) {
|
|
handler (val, oldVal) {
|
|
|
- console.log(val)
|
|
|
|
|
this.$emit('input', this.getValue())
|
|
this.$emit('input', this.getValue())
|
|
|
},
|
|
},
|
|
|
deep: true
|
|
deep: true
|
|
@@ -366,7 +365,6 @@ export default {
|
|
|
try {
|
|
try {
|
|
|
return this.$utils.parseData(value)
|
|
return this.$utils.parseData(value)
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
- console.error(error)
|
|
|
|
|
return []
|
|
return []
|
|
|
}
|
|
}
|
|
|
} else if (this.store === 'id') { // id
|
|
} else if (this.store === 'id') { // id
|