Commit 65728215 authored by 李苏's avatar 李苏 💬

调整

parent 6d9425ff
......@@ -50,7 +50,7 @@
field: "sjzt",
width: 100,
transform: {
"url": "lxyl/wcszy/init/zt",
"url": "lxyl/wcszy/init/sjzt",
"label": "name",
"value": "id"
}
......
......@@ -5,7 +5,7 @@
showExcel:false,
showPrint:false,
showField:true
}" :changeQueryParams='changeQueryParams' ref="basePage" :toolButton='false' :power='power' class="min_full" style="height: 100%;"
}" :changeQueryParams='changeQueryParams' ref="basePage" :power='power' class="min_full" style="height: 100%;"
:config="config" />
</div>
<div slot="reFooter" class="refooter">
......@@ -191,6 +191,11 @@
},
save() {
let list = this.$refs.basePage.$refs.TablePager.selectedList || []
list.forEach(item=>{
item.packmxId=item.id
delete item.id
})
if (list.length != 0) {
let ckList = list.map(item => item.ckid)
ckList = [...new Set(ckList)]
......
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