Merge branch 'develop' into 'FOTON'
标准评估流程修改bug See merge request LAWS/laws-system-front-FOTON!310
This commit is contained in:
@@ -1135,11 +1135,21 @@ export default {
|
|||||||
this.dataList = mes.form.dataList;
|
this.dataList = mes.form.dataList;
|
||||||
this.roleForm = mes.roleForm
|
this.roleForm = mes.roleForm
|
||||||
this.commentText = mes.commentText
|
this.commentText = mes.commentText
|
||||||
|
this.$http.get("SarStandItems/sar-stand-items/getFileType", {
|
||||||
|
standId: mes.form.standId
|
||||||
|
}, {}, res => {
|
||||||
|
this.decomposeOptions = res.data;
|
||||||
|
});
|
||||||
}else{
|
}else{
|
||||||
this.listForm = mes.json.form;
|
this.listForm = mes.json.form;
|
||||||
this.dataList = mes.json.form.dataList
|
this.dataList = mes.json.form.dataList
|
||||||
this.roleForm = mes.json.roleForm;
|
this.roleForm = mes.json.roleForm;
|
||||||
this.commentText = mes.json.commentText;
|
this.commentText = mes.json.commentText;
|
||||||
|
this.$http.get("SarStandItems/sar-stand-items/getFileType", {
|
||||||
|
standId: mes.json.form.standId
|
||||||
|
}, {}, res => {
|
||||||
|
this.decomposeOptions = res.data;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user