This commit is contained in:
zhutianqi
2021-08-06 17:22:32 +08:00
parent e213095f8f
commit acda18549d
3 changed files with 4 additions and 2 deletions
@@ -597,7 +597,7 @@
// this.form.itemsNum = bringData[0].showNumber
// this.form.itemsName = bringData[0].standName
// }
this.form.standId = bringData[0].id
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
this.listModel = false;
@@ -602,7 +602,7 @@
// this.form.itemsNum = bringData[0].showNumber
// this.form.itemsName = bringData[0].standName
// }
this.form.standId = bringData[0].id
this.form.standId = bringData[0].standId
this.sarType = bringData[0].standType
this.standId = bringData[0].standId
this.listModel = false;
@@ -281,6 +281,7 @@ export default {
cid: '', // 编号
endTime: '', // 结束日期
cname: '', // 名称
standType: '',
},
formRules: {
cid: [
@@ -454,6 +455,7 @@ export default {
} else {
this.form.cid = bringData[0].standSortShow + '-' + bringData[0].standNumber
}
this.form.standType = bringData[0].standType
this.form.cname = bringData[0].standName;
this.listModel = false;
} else if (this.selectedList.length > 1) {