|
|
@ -86,7 +86,6 @@ |
|
|
|
// if(option.index) this.redirect = '/pages/index/index' |
|
|
|
if(option.id) this.bookId = option.id |
|
|
|
if(option.depart_id) this.depart_id = option.depart_id |
|
|
|
|
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
if(!this.bookId || !this.depart_id){ |
|
|
@ -102,7 +101,9 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
submitEdit(e){ |
|
|
|
console.log(this.$refs.usercard_0[0].getData()) |
|
|
|
var obj = this.$refs.usercard_0[0].getData() |
|
|
|
console.log(obj) |
|
|
|
|
|
|
|
}, |
|
|
|
closepop(){ |
|
|
|
this.$refs.popup.close() |
|
|
|