|
@@ -355,7 +355,7 @@ export default {
|
|
|
delete params.biddingFiles
|
|
|
delete params.departmentFiles
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- if (type === 'submit') {
|
|
|
+ if (type === 'submit' || type === 'assess') {
|
|
|
this.$refs.ruleFormRef.validate(valid => {
|
|
|
if (this.ruleForm.projectType === 'c_project_type_1') {
|
|
|
if (!biddingFile.length) {
|