Commit b7c299a2 authored by 周毅's avatar 周毅

修复bug

parent 019b982c
...@@ -116,13 +116,10 @@ ...@@ -116,13 +116,10 @@
"value": "", "value": "",
"required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "lxyl/common/ck/queryCkidByRktzid", "src": "lxyl/jcsj/uck/ck/queryCjckid",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
},
params:{
flid:'L'
} }
} }
}, },
......
...@@ -209,19 +209,6 @@ ...@@ -209,19 +209,6 @@
getRow(val) { getRow(val) {
this.$emit('getRow', val) this.$emit('getRow', val)
}, },
saveGw(form) {
let params = {
id:form.id,
gwid: form.gwid,
rqid: form.rqid
}
this.$post('lxyl/rkgl/sjrw/ckhk/start', params).then(res => {
if (res.success) {
this.$refs.basePage.refresh()
}
})
},
hk(ctx) { hk(ctx) {
let map={ let map={
'D':'平库', 'D':'平库',
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
"value": "", "value": "",
"required": true, "required": true,
"typeConfig": { "typeConfig": {
"src": "lxyl/common/ck/queryCkidByRktzid", "src": "lxyl/jcsj/uck/ck/queryCjckid",
"match": { "match": {
"value": "id", "value": "id",
"label": "name" "label": "name"
...@@ -240,7 +240,8 @@ ...@@ -240,7 +240,8 @@
}, },
give:(item)=>{ give:(item)=>{
this.$post('lxyl/common/ck/queryCkidByRktzid',{ this.$post('lxyl/common/ck/queryCkidByRktzid',{
rktzid:item.id rktzid:item.id,
flid:'L'
}).then(res=>{ }).then(res=>{
if(res.success){ if(res.success){
let list =res.data.records||[] let list =res.data.records||[]
......
...@@ -155,7 +155,7 @@ export default { ...@@ -155,7 +155,7 @@ export default {
value: "", value: "",
required: true, required: true,
typeConfig: { typeConfig: {
src: "lxyl/common/ck/queryCkidByRktzid", src: "lxyl/jcsj/uck/ck/queryCjckid",
match: { match: {
value: "id", value: "id",
label: "name", label: "name",
...@@ -263,7 +263,8 @@ export default { ...@@ -263,7 +263,8 @@ export default {
}, },
give:(item)=>{ give:(item)=>{
this.$post('lxyl/common/ck/queryCkidByRktzid',{ this.$post('lxyl/common/ck/queryCkidByRktzid',{
rktzid:item.id rktzid:item.id,
flid:"D",
}).then(res=>{ }).then(res=>{
if(res.success){ if(res.success){
let list =res.data.records||[] let list =res.data.records||[]
......
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