[update] 控件处理
This commit is contained in:
@@ -191,7 +191,9 @@ export default {
|
||||
.then( (res) =>{
|
||||
if (res.data.success) {
|
||||
_this.$message.success(res.data.result)
|
||||
// _this.loadData()
|
||||
// 填写人
|
||||
// 获取当前登陆人
|
||||
this.$emit('GetgetLoginUserType')
|
||||
this.$emit('GetgetTableList')
|
||||
this.$emit('areaVisibleAssignedbyflag', false)
|
||||
}else{
|
||||
|
||||
@@ -287,7 +287,7 @@ export default {
|
||||
if (res.data.success) {
|
||||
_this.$message.success(res.data.result)
|
||||
_this.areaVisible = false
|
||||
_this.getTableList()
|
||||
this.getLoginUserType()
|
||||
}else{
|
||||
_this.$message.warning(res.data.result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user