修改
This commit is contained in:
parent
176e995a18
commit
d464351142
@ -114,7 +114,6 @@ export default {
|
||||
},
|
||||
username: {
|
||||
handler: async function(nVal) {
|
||||
console.log('username', nVal)
|
||||
if (!nVal) return
|
||||
this.getData()
|
||||
},
|
||||
@ -176,7 +175,6 @@ export default {
|
||||
// other
|
||||
exportData() {
|
||||
this.$emit('selectMaterial', this.selectedData)
|
||||
console.log(this.selectedData)
|
||||
},
|
||||
beforeUpload(file) {
|
||||
const isLt600k = file.size / 1024 / 1024 < 0.6
|
||||
@ -271,8 +269,6 @@ export default {
|
||||
})
|
||||
this.getData()
|
||||
this.$message.success('删除成功!')
|
||||
|
||||
console.log(this.imgList[index])
|
||||
})
|
||||
.catch(() => {
|
||||
this.$message.info('已取消删除!')
|
||||
|
Loading…
x
Reference in New Issue
Block a user