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

调整

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