src/views/securityGuard/securityGuardDetail.vue
@@ -118,7 +118,7 @@ column: [ { // icon: "el-icon-info", label: "保安员入职登记基本信息", label: "保安员基本信息", prop: "tab1", }, { @@ -250,7 +250,7 @@ } else if (column.prop == "tab4") { getER(this.obj0.securitynumber).then((res) => { this.erweima = res.data; console.log(res.data); // console.log(res.data); }); } },