|
|
@@ -2989,13 +2989,13 @@
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
// this.Status = res.data.item
|
|
|
// this.entityForm.Status = this.Status
|
|
|
- // this.initDatas()
|
|
|
- this.getstatus(this.annualId)
|
|
|
- this.dialogSeparateUnitAuditVisible = false
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
+ this.getstatus(this.annualId)
|
|
|
+ this.initDatas()
|
|
|
+ this.dialogSeparateUnitAuditVisible = false
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
@@ -3034,8 +3034,9 @@
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
- _this.dialogComSubmitToSeparateUnitVisible = false
|
|
|
+ _this.initDatas()
|
|
|
_this.getstatus(this.annualId)
|
|
|
+ _this.dialogComSubmitToSeparateUnitVisible = false
|
|
|
// _this.getEntityById()
|
|
|
} else {
|
|
|
this.$message({
|