diff --git a/src/views/modules/part/routingManagement.vue b/src/views/modules/part/routingManagement.vue index ef8a1d8..40138b5 100644 --- a/src/views/modules/part/routingManagement.vue +++ b/src/views/modules/part/routingManagement.vue @@ -4395,7 +4395,7 @@ export default { cancelButtonText: '取消', type: 'warning' }).then(() => { - this.detailData.updateBy = this.$store.state.user.site + this.detailData.updateBy = this.$store.state.user.name routingDetailDelete(this.detailData).then(({data}) => { if (data && data.code === 0) { this.detailData = data.rows.detailData