Commit 9ebd721f authored by 周毅's avatar 周毅

修复bug

parent e6319f3d
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div slot="reFooter" class="refooter"> <div slot="reFooter" class="refooter">
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="app.showDialog=false">取 消</el-button> <el-button @click="app.showDialog=false">取 消</el-button>
<el-button type="primary" @click="save()">保 存</el-button> <el-button type="primary" @click="save()">下 架</el-button>
</span> </span>
</div> </div>
</DefaultDialog> </DefaultDialog>
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/kcpd/queryKcpdqdForXj', url: 'lxyl/kcgl/kcpd/queryKcpdqdForXj',
queryUrl: 'lxyl/kcpd/queryKcpdqdForXj', queryUrl: 'lxyl/kcgl/kcpd/queryKcpdqdForXj',
tableTitle: [ { tableTitle: [ {
title: "容器", title: "容器",
field: "rqCode", field: "rqCode",
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
saveGw(form){ saveGw(form){
let params = { let params = {
id:this.app.singleItem.id, id:this.app.singleItem.id,
rqids:this.$refs.basePage.$refs.TablePager.selectedList.map(item=>item.id), rqids:this.$refs.basePage.$refs.TablePager.selectedList.map(item=>item.rqid),
gwid:form.gwid gwid:form.gwid
} }
this.$post('lxyl/kcgl/kcpd/lkxj',params).then(res=>{ this.$post('lxyl/kcgl/kcpd/lkxj',params).then(res=>{
......
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