Browse Source

完善员工管理

master
yunuo970428 2 years ago
parent
commit
09e9c51c80
  1. 11
      anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue

11
anrui-management/anrui-management-ui/src/views/sysstaffinfo/yuangongguanli.vue

@ -338,19 +338,18 @@ export default {
this.loadList()
},
handleOpen() {
const _this = this
this.personTypeForm.sid = this.sids[0]
req.del(this.personTypeForm).then((resp) => {
loading.close()
_this.$message({
if (resp.success) {
this.dialogVisible = false
this.$message({
type: 'success',
message: resp.msg,
showClose: true
})
_this.loadList()
this.dialogVisible = false
this.loadList()
}
}).catch((e) => {
loading.close()
})
},
// sid

Loading…
Cancel
Save