整合统一网格员身份信息获取
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
...mapActions(['selectPrivilegedContact']),
|
||||
getDetail() {
|
||||
this.$http.post(`/app/appgirdinfo/queryDetailById?id=${this.id}`).then((res) => {
|
||||
if (res.code == 0) {
|
||||
if (res?.data) {
|
||||
this.detailInfo = res.data
|
||||
if (this.fromType == 'edit') {
|
||||
this.form = res.data
|
||||
|
||||
Reference in New Issue
Block a user