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

修复bug

parent e6319f3d
......@@ -18,7 +18,7 @@
<div slot="reFooter" class="refooter">
<span slot="footer" class="dialog-footer">
<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>
</div>
</DefaultDialog>
......@@ -64,8 +64,8 @@
},
config: {
/* 基本配置*/
url: 'lxyl/kcpd/queryKcpdqdForXj',
queryUrl: 'lxyl/kcpd/queryKcpdqdForXj',
url: 'lxyl/kcgl/kcpd/queryKcpdqdForXj',
queryUrl: 'lxyl/kcgl/kcpd/queryKcpdqdForXj',
tableTitle: [ {
title: "容器",
field: "rqCode",
......@@ -163,7 +163,7 @@
saveGw(form){
let params = {
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
}
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