|
@@ -372,7 +372,7 @@ export default {
|
|
|
let code = null
|
|
|
this.formInline.user_group_id = this.treeCheckId
|
|
|
const data = this.formInline
|
|
|
- console.log(this.type)
|
|
|
+ // console.log(this.type)
|
|
|
if (this.type = 'edit') {
|
|
|
const id = this.formInline.user_group_id
|
|
|
if (id) {
|
|
@@ -484,7 +484,6 @@ export default {
|
|
|
user_group_id: this.arrs[this.activeIndex].user_group_id
|
|
|
}, 'user_group_id')
|
|
|
this.tableData = result
|
|
|
- console.log(this.tableData)
|
|
|
// if (code) {
|
|
|
// // if (this.dataType == 'add') {
|
|
|
// // this.clearTableForm()
|