Browse Source

完善工种管理

master
yunuo970428 1 year ago
parent
commit
64d3dcc1ad
  1. 1
      yxt-as-ui/src/views/profession/profession.vue

1
yxt-as-ui/src/views/profession/profession.vue

@ -255,6 +255,7 @@ export default {
req.saveOrUpdate(this.formobj).then((resp) => {
if (resp.success) {
this.$message({ showClose: true, type: 'success', message: '保存成功' })
this.getList()
this.handleClose()
}
})

Loading…
Cancel
Save