Commit 713a05ad authored by ztf's avatar ztf

采购计划详情-采购技术文件-添加,可多选

parent 954dd73f
......@@ -17,7 +17,7 @@
}"
:dis-business="true"
:result-data="tableData"
@radio-current-change="selectionChange"
@selectionChange="selectionChange"
/>
<div class="btns">
<el-button type="primary" class="submitBTN" :disabled="!isDisable" @click="tosubmit">确定</el-button>
......@@ -89,7 +89,7 @@ export default {
},
methods: {
selectionChange(data) {
this.selections = [data.row]
this.selections = data
},
getData() {
const params = this.queryParams
......
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