This commit is contained in:
yulixing 2019-09-16 17:07:50 +08:00
parent 176e995a18
commit d464351142

View File

@ -114,7 +114,6 @@ export default {
}, },
username: { username: {
handler: async function(nVal) { handler: async function(nVal) {
console.log('username', nVal)
if (!nVal) return if (!nVal) return
this.getData() this.getData()
}, },
@ -176,7 +175,6 @@ export default {
// other // other
exportData() { exportData() {
this.$emit('selectMaterial', this.selectedData) this.$emit('selectMaterial', this.selectedData)
console.log(this.selectedData)
}, },
beforeUpload(file) { beforeUpload(file) {
const isLt600k = file.size / 1024 / 1024 < 0.6 const isLt600k = file.size / 1024 / 1024 < 0.6
@ -271,8 +269,6 @@ export default {
}) })
this.getData() this.getData()
this.$message.success('删除成功!') this.$message.success('删除成功!')
console.log(this.imgList[index])
}) })
.catch(() => { .catch(() => {
this.$message.info('已取消删除!') this.$message.info('已取消删除!')