Browse Source

taskId不对应该为id

feture-12345
是小王呀\24601 11 months ago
parent
commit
bf0104fb49
  1. 2
      src/views/modules/base/smartExcel/cpts/filling-info.vue
  2. 1
      src/views/modules/base/smartExcel/index.vue

2
src/views/modules/base/smartExcel/cpts/filling-info.vue

@ -101,7 +101,7 @@
:sheetTotal="true" :infoObj="infoObj"></excel-view>
</div>
<el-dialog title="转派其他接收人" :visible.sync="showPersonel" width="50%" :close-on-click-modal="false">
<acceptingPersonel :showType="showType" :taskId="formData.taskId" @handelPersonel="handelPersonel"
<acceptingPersonel :showType="showType" :taskId="formData.id" @handelPersonel="handelPersonel"
:formDatas="formData"></acceptingPersonel>
</el-dialog>
</div>

1
src/views/modules/base/smartExcel/index.vue

@ -50,7 +50,6 @@
</div>
</el-form>
</div>
<div class="m-table">
<div class="div_btn">
<el-button size="small" type="primary " @click="handleAdd">新增</el-button>

Loading…
Cancel
Save