commit
This commit is contained in:
@@ -593,12 +593,11 @@ export default {
|
||||
* @description: 动态表单读取
|
||||
*/
|
||||
getFormFieldList (item) {
|
||||
console.log(item);
|
||||
this.$nextTick(() => {
|
||||
this.listForm = JSON.parse(JSON.stringify(item))
|
||||
this.listForm.prcNum = this.prcNum
|
||||
this.listForm.prcName = this.prcName
|
||||
this.dataList = item.step3DTOS
|
||||
this.dataList = item.dataList
|
||||
this.listForm.id = item.step3DTOS[0].id
|
||||
this.listForm.standName = item.step3DTOS[0].standName
|
||||
this.listForm.standNumber = item.step3DTOS[0].standNumber
|
||||
|
||||
Reference in New Issue
Block a user