rev:设计流程保存后刷新页面,触发按钮后刷新页面
This commit is contained in:
@@ -256,6 +256,7 @@ export default {
|
||||
this.triggerLoading = false;
|
||||
this.popoverVisible = false;
|
||||
})
|
||||
this.crud.toQuery()
|
||||
},
|
||||
onPopoverHide() {
|
||||
this.triggerLoading = false;
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
<!--分页组件-->
|
||||
<pagination/>
|
||||
</div>
|
||||
<FlowDesigner ref="flowDesigner"/>
|
||||
<FlowDesigner ref="flowDesigner" @toQuery="toQuery"/>
|
||||
<ViewFlowDesigner ref="viewFlowDesigner"/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -238,6 +238,9 @@ export default {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
},
|
||||
toQuery(){
|
||||
this.crud.toQuery()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -323,6 +323,7 @@ export default {
|
||||
type: 'success'
|
||||
});
|
||||
})
|
||||
this.$emit('toQuery');
|
||||
console.log(this.$data.graphData)
|
||||
},
|
||||
$_deleteData() {
|
||||
|
||||
Reference in New Issue
Block a user