Commit 095926bc authored by jingnan's avatar jingnan 👀

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents db7f6de0 e62a5e13
...@@ -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">
...@@ -332,7 +332,7 @@ export default { ...@@ -332,7 +332,7 @@ export default {
btnStyle: '', btnStyle: '',
btnValue: 'importFile', btnValue: 'importFile',
businessType: 'importFile', businessType: 'importFile',
downloadAfter: 'console.log(333, currentObject)\nthis.getData()\n', downloadAfter: "console.log('upload success')",
downloadParams: 'downloadParams = {}', downloadParams: 'downloadParams = {}',
downloadRequestMethod: 'get', downloadRequestMethod: 'get',
editTableShowMode: 'alway', editTableShowMode: 'alway',
...@@ -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