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

update

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