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 @@
<span v-if="jurisdId !== 'Activity_0v2qfnh'">
提示:<i class="el-icon-edit-outline" />可双击编辑列
</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 class="table">
......@@ -332,7 +332,7 @@ export default {
btnStyle: '',
btnValue: 'importFile',
businessType: 'importFile',
downloadAfter: 'console.log(333, currentObject)\nthis.getData()\n',
downloadAfter: "console.log('upload success')",
downloadParams: 'downloadParams = {}',
downloadRequestMethod: 'get',
editTableShowMode: 'alway',
......@@ -387,6 +387,11 @@ export default {
]
}
},
uploadSuccess(data, obj) {
if (obj.name === '导入') {
this.$bus.$emit('getPlanData', this.nodeData, this.level)
}
},
rowInitClick(row, column, event) {
this.workProcedurePage.currentPage = 1
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