|
|
@@ -1704,12 +1704,13 @@ export default {
|
|
|
apiCert.unitAuditEntity(this.certId, params, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
- this.initDatas()
|
|
|
this.dialogVisible = false
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
message: res.data.message
|
|
|
})
|
|
|
+ this.initDatas()
|
|
|
+ this.$refs['WfHistory'].$forceUpdate()
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
@@ -1841,6 +1842,7 @@ export default {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
this.initDatas()
|
|
|
+ this.$refs['WfHistory'].$forceUpdate()
|
|
|
this.dialogVisibleCom = false
|
|
|
this.$message({
|
|
|
type: 'success',
|