Commit 41d3261b authored by 李苏's avatar 李苏 💬

this.form.ckid=list[0].ckid

                     this.form.kwid=list[0].kwid
                     this.form.kwCode=list[0].kwCode
parent 2bad7f9b
......@@ -193,6 +193,11 @@ export default {
let length = this.formDetail.length;
this.formDetail.splice(0, length);
let list = res.data.records || [];
if(list[0]){
this.form.ckid=list[0].ckid
this.form.kwid=list[0].kwid
this.form.kwCode=list[0].kwCode
}
let packidList = this.formDetail.map((pitem) => pitem.packid);
list.forEach((item) => {
if (item.wlid){
......
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