身份证js工具类增加
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
|||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.form = res.data
|
this.form = res.data
|
||||||
|
|
||||||
if (res.data.points && flag) {
|
if (res.data.points.length > 0 && flag) {
|
||||||
const arr = [{
|
const arr = [{
|
||||||
id: res.data.id,
|
id: res.data.id,
|
||||||
girdName: res.data.girdName,
|
girdName: res.data.girdName,
|
||||||
@@ -273,6 +273,7 @@ ai-tree-picker {
|
|||||||
|
|
||||||
.detail {
|
.detail {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
.grid-select {
|
.grid-select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 34px 32px;
|
padding: 34px 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user