|
|
|
@ -792,7 +792,8 @@ export default { |
|
|
|
type: 'success', |
|
|
|
type: 'success', |
|
|
|
message: '操作成功!', |
|
|
|
message: '操作成功!', |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.$emit('closeDialog'); |
|
|
|
// this.$emit('closeDialog'); |
|
|
|
|
|
|
|
this.getDetail() |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
.catch(err => { |
|
|
|
this.formLoading = false; |
|
|
|
this.formLoading = false; |
|
|
|
@ -806,7 +807,8 @@ export default { |
|
|
|
type: 'success', |
|
|
|
type: 'success', |
|
|
|
message: '操作成功!', |
|
|
|
message: '操作成功!', |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.$emit('closeDialog'); |
|
|
|
// this.$emit('closeDialog'); |
|
|
|
|
|
|
|
this.getDetail() |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
.catch(err => { |
|
|
|
this.formLoading = false; |
|
|
|
this.formLoading = false; |
|
|
|
|