|
|
@ -4395,7 +4395,7 @@ export default { |
|
|
cancelButtonText: '取消', |
|
|
cancelButtonText: '取消', |
|
|
type: 'warning' |
|
|
type: 'warning' |
|
|
}).then(() => { |
|
|
}).then(() => { |
|
|
this.detailData.updateBy = this.$store.state.user.site |
|
|
|
|
|
|
|
|
this.detailData.updateBy = this.$store.state.user.name |
|
|
routingDetailDelete(this.detailData).then(({data}) => { |
|
|
routingDetailDelete(this.detailData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
this.detailData = data.rows.detailData |
|
|
this.detailData = data.rows.detailData |
|
|
|