|
@@ -512,7 +512,9 @@
|
|
|
apiCert.backStatus(this.formData.CertId, params, this.$axios).then(res => {
|
|
apiCert.backStatus(this.formData.CertId, params, this.$axios).then(res => {
|
|
|
this.dialogVisibleBack = false
|
|
this.dialogVisibleBack = false
|
|
|
this.initDatas()
|
|
this.initDatas()
|
|
|
- this.$refs['WfHistory'].$forceUpdate()
|
|
|
|
|
|
|
+ if (this.$refs['WfHistory']) {
|
|
|
|
|
+ this.$refs['WfHistory'].getHistoryTask()
|
|
|
|
|
+ }
|
|
|
console.log('已强制刷新历史审批流程')
|
|
console.log('已强制刷新历史审批流程')
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
|
this.$message({
|
|
this.$message({
|
|
@@ -597,7 +599,9 @@
|
|
|
}
|
|
}
|
|
|
tepApi.updateIsStorage(this.certId, params, this.$axios).then(res => {
|
|
tepApi.updateIsStorage(this.certId, params, this.$axios).then(res => {
|
|
|
this.initDatas()
|
|
this.initDatas()
|
|
|
- this.$refs['WfHistory'].$forceUpdate()
|
|
|
|
|
|
|
+ if (this.$refs['WfHistory']) {
|
|
|
|
|
+ this.$refs['WfHistory'].getHistoryTask()
|
|
|
|
|
+ }
|
|
|
console.log('已强制刷新历史审批流程')
|
|
console.log('已强制刷新历史审批流程')
|
|
|
if (res.data.code === 0) {
|
|
if (res.data.code === 0) {
|
|
|
this.$message({
|
|
this.$message({
|