52379 标准合规评估流程--两次次驳回,发起人重新提交再流转到审核节点(第二步),两个工程师没回显

This commit is contained in:
宋伟佳
2022-04-02 09:54:24 +08:00
parent ddef09c751
commit c5123a8cc2
@@ -533,6 +533,10 @@ export default {
drawerTitle: "", //drawer标题 drawerTitle: "", //drawer标题
// 查询相关参数 // 查询相关参数
searching: false, searching: false,
qualityEngineer: '',
qualityEngineerName: '',
certifiedEngineer: '',
certifiedEngineerName: '',
fileType: "", fileType: "",
subFlag: 0, subFlag: 0,
projectSearch: { projectSearch: {
@@ -698,6 +702,7 @@ export default {
* @description: 动态表单读取 * @description: 动态表单读取
*/ */
getFormFieldList (item) { getFormFieldList (item) {
console.log(item);
this.$nextTick(() => { this.$nextTick(() => {
if(item.form){ if(item.form){
this.hisListForm = JSON.parse(JSON.stringify(item.form)) this.hisListForm = JSON.parse(JSON.stringify(item.form))
@@ -735,6 +740,10 @@ export default {
this.roleForm.dockUserName = item.dockUserName this.roleForm.dockUserName = item.dockUserName
this.roleForm.ministerUser = item.ministerUser this.roleForm.ministerUser = item.ministerUser
this.roleForm.ministerUserName = item.ministerUserName this.roleForm.ministerUserName = item.ministerUserName
this.certifiedEngineer = item.certifiedEngineer
this.certifiedEngineerName = item.certifiedEngineerName
this.qualityEngineerName = item.qualityEngineerName
this.qualityEngineer = item.qualityEngineer
this.submitFlag = '修改节点' this.submitFlag = '修改节点'
this.dataList.distributePerson = this.listForm.dataList[0].distributePerson this.dataList.distributePerson = this.listForm.dataList[0].distributePerson
this.$http.get("SarStandItems/sar-stand-items/getFileType", { this.$http.get("SarStandItems/sar-stand-items/getFileType", {
@@ -1025,6 +1034,10 @@ export default {
} }
}; };
this.listForm.dataList = this.dataList this.listForm.dataList = this.dataList
this.listForm.qualityEngineer = this.qualityEngineer ? this.qualityEngineer : this.listForm.qualityEngineer
this.listForm.qualityEngineerName = this.qualityEngineerName ? this.qualityEngineerName : this.listForm.qualityEngineerName
this.listForm.certifiedEngineer = this.certifiedEngineer ? this.certifiedEngineer : this.listForm.certifiedEngineer
this.listForm.certifiedEngineerName = this.certifiedEngineerName ? this.certifiedEngineerName : this.listForm.certifiedEngineerName
let json = this.listForm let json = this.listForm
this.$http.post("lawss/activiti/completeTaskNew", { this.$http.post("lawss/activiti/completeTaskNew", {
taskIds: this.$route.query.taskIds, taskIds: this.$route.query.taskIds,