工作台用户名

This commit is contained in:
熊飞
2024-03-13 16:21:49 +08:00
parent c73c84b15d
commit ccf5830fa0
@@ -128,6 +128,9 @@ export default {
this.loading = false
this.$emit('getList')
this.$emit('close')
}).catch(() => {
this.loading = false
this.btnLoading = false
})
})
},