Commit e62a5e13 authored by “lixuyan”'s avatar “lixuyan”

修改指令的导入

parent 9287521f
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<span v-if="jurisdId !== 'Activity_0v2qfnh'"> <span v-if="jurisdId !== 'Activity_0v2qfnh'">
提示:<i class="el-icon-edit-outline" />可双击编辑列 提示:<i class="el-icon-edit-outline" />可双击编辑列
</span> </span>
<dee-tools app-name="tf-mom" :tools="tools" mode="normal" :collapse="false" /> <dee-tools app-name="tf-mom" :tools="tools" mode="normal" :collapse="false" @uploadSuccess="uploadSuccess" />
</div> </div>
</div> </div>
<div class="table"> <div class="table">
...@@ -387,6 +387,11 @@ export default { ...@@ -387,6 +387,11 @@ export default {
] ]
} }
}, },
uploadSuccess(data, obj) {
if (obj.name === '导入') {
this.$bus.$emit('getPlanData', this.nodeData, this.level)
}
},
rowInitClick(row, column, event) { rowInitClick(row, column, event) {
this.workProcedurePage.currentPage = 1 this.workProcedurePage.currentPage = 1
this.workProcedurePage.pageSize = 10 this.workProcedurePage.pageSize = 10
......
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