|
|
@ -402,6 +402,10 @@ export default { |
|
|
|
this.$refs['form_obj'].validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.getUrl() |
|
|
|
if (this.formobj.zjApplicationAppendxs.length === 0) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请上传证件(营业执照或身份证)的附件' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.submitdisabled = true |
|
|
|
save(this.formobj).then((res) => { |
|
|
|
if (res.success) { |
|
|
|