需求变更

This commit is contained in:
zhaoxiao
2021-09-30 14:04:19 +08:00
parent 5893f554b5
commit 12bcb67945
2 changed files with 3 additions and 2 deletions
@@ -262,7 +262,7 @@ export default {
}
return
}
callback('请填写电话号码')
callback()
},
/**
* 邮编校验
@@ -296,7 +296,7 @@ export default {
}
return
}
callback('请输入银行账号')
callback()
},
/**
* 校验信用代码唯一性
@@ -253,6 +253,7 @@
:contract-id="contractId"
ref="associatedProject"></associated-project>
</a-card>
<a-card :bordered="false" v-else class="associated-project" style="height: 200px"></a-card>
<!-- 项目类型选择-->
<project-type-selection ref="projectTypeSelection" :is-pack="isPackage" @ok="selectProjectTypeOk"></project-type-selection>