commit
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user