提交 9912c448 authored 作者: lihuihui's avatar lihuihui

update

上级 faa1d637
...@@ -242,6 +242,7 @@ export default { ...@@ -242,6 +242,7 @@ export default {
this.searchShow = false this.searchShow = false
}, },
getEnterpriseInfo() { getEnterpriseInfo() {
if (this.isProject) {
this.form.taxpayer_identifier = '' this.form.taxpayer_identifier = ''
getEnterpriseInfo({ name: this.form.taxpayer_name }).then(res => { getEnterpriseInfo({ name: this.form.taxpayer_name }).then(res => {
if (res.data.list.length) { if (res.data.list.length) {
...@@ -251,6 +252,7 @@ export default { ...@@ -251,6 +252,7 @@ export default {
this.searchShow = false this.searchShow = false
} }
}) })
}
}, },
phoneValidator(val) { phoneValidator(val) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论