feat: There is no way the,
This commit is contained in:
@@ -898,7 +898,7 @@ export default {
|
||||
form: {
|
||||
handler: function (val) {
|
||||
if(val){
|
||||
this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.BZSMBUSSFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.FSDList,this.LXDList);
|
||||
this.$emit('formCancel', this.form, this.FBGBUSSFileList,this.LSBBBUSSFileList,this.BZSMBUSSFileList,this.QTWJBUSSFileList,this.GLWJBUSSFileList,this.LXDList,this.FSDList);
|
||||
}
|
||||
},
|
||||
deep: true //对象的深度验证
|
||||
|
||||
@@ -178,6 +178,8 @@ export default {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
}
|
||||
}else {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
};
|
||||
return {
|
||||
@@ -385,7 +387,6 @@ export default {
|
||||
this.choiceZRRList(type, title, id)
|
||||
},
|
||||
formCancel (form, list1,list2,list3,list4,list5,list6,list7) {
|
||||
console.log(form)
|
||||
this.qbfsForm = form
|
||||
this.FBGBUSSFileList = list1
|
||||
this.LSBBBUSSFileList = list2
|
||||
|
||||
@@ -178,6 +178,8 @@ export default {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
}
|
||||
}else {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
};
|
||||
const validateFsOnlineFile = async (rule, value, callback) => {
|
||||
@@ -192,6 +194,8 @@ export default {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
}
|
||||
}else {
|
||||
callback(new Error('请先在线编辑,再提交流程!'))
|
||||
}
|
||||
};
|
||||
return {
|
||||
@@ -316,7 +320,7 @@ export default {
|
||||
this.qbfsForm.QCRBUSS=nameList;
|
||||
this.formKey++
|
||||
}
|
||||
if(data !== undefined && data && data.length > 0){
|
||||
if(data && data.length > 0){
|
||||
const institutionIdList = this.unique(data.map(item => item.institutionId)).join(",")
|
||||
const institutionNameList = this.unique(data.map(item => item.institutionName)).join(",")
|
||||
this.qbfsForm.QCDWID = institutionIdList
|
||||
|
||||
Reference in New Issue
Block a user