Commit 9013ab61 authored by jingnan's avatar jingnan 👀

Ao批量流程提交后界面数据未刷新修改

parent 674c82af
......@@ -436,6 +436,7 @@ export default {
.then((res) => {
if (res.message.includes('成功')) {
this.$bus.$emit('getPositionData')
this.getTableData()
// this.$parent.$refs.left.$refs.tree.getTreeData()
this.$message({
showClose: true,
......@@ -473,6 +474,7 @@ export default {
.then((res) => {
if (res.message.includes('成功')) {
this.$bus.$emit('getPositionData')
this.getTableData()
this.$message({
showClose: true,
message: res.message,
......@@ -509,6 +511,7 @@ export default {
.then((res) => {
if (res.message.includes('成功')) {
this.$bus.$emit('getPositionData')
this.getTableData()
this.$message({
showClose: true,
message: res.message,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment