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

update

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