|
@@ -78,9 +78,8 @@ export default {
|
|
|
this.$emit('isHistoricalCooperation', this.ruleForm.historicalCooperation)
|
|
|
},
|
|
|
passData(submitType) {
|
|
|
- console.log(submitType, 888)
|
|
|
return new Promise((resolve, reject) => {
|
|
|
- if (submitType === 'submit') {
|
|
|
+ if (submitType === 'submit' || submitType === 'assess') {
|
|
|
this.$refs.ruleFormRef.validate(valid => {
|
|
|
if (valid) {
|
|
|
return resolve(this.ruleForm)
|