|
@@ -1083,6 +1083,12 @@ export default {
|
|
}else if(item == 2){
|
|
}else if(item == 2){
|
|
this.$refs.avatar.form = {}
|
|
this.$refs.avatar.form = {}
|
|
this.pageDisplay = true
|
|
this.pageDisplay = true
|
|
|
|
+ let data = {
|
|
|
|
+ tableName: this.queryList.tableName,
|
|
|
|
+ userId: Cookies.get('userName')
|
|
|
|
+ }
|
|
|
|
+ this.getRow(data)
|
|
|
|
+ this.query(this.formDataList)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|