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