Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jilinzhongdianrenqun-web
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
吴超
jilinzhongdianrenqun-web
Commits
42f19441
Commit
42f19441
authored
Nov 20, 2025
by
wangchunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人员保存失败内容清空调整,人员新增加载问题调整
parent
f8a07e07
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
14 行增加
和
6 行删除
+14
-6
src/view/people-info/index2.vue
+7
-2
src/view/people-info/index3.vue
+1
-1
src/view/people-info/personMinor.vue
+6
-3
没有找到文件。
src/view/people-info/index2.vue
View file @
42f19441
...
...
@@ -2043,7 +2043,12 @@ export default {
this
.
$refs
.
formPerson
.
resetFields
()
this
.
title
=
'新增'
this
.
peopleForm
=
{
...
this
.
peopleForm
,
// ...this.peopleForm,
cityId
:
''
,
areaId
:
''
,
streetId
:
''
,
communityId
:
''
,
key_focus_personnel_type_json
:
{},
confirmButton
:
false
,
show
:
true
,
involvingConflictsDisputes
:
'2'
,
...
...
@@ -2589,7 +2594,7 @@ export default {
formdata
.
append
(
'cityId'
,
this
.
peopleForm
.
cityId
)
const
ret
=
await
importExcel
(
formdata
)
if
(
ret
!=
null
&&
ret
.
success
>
0
)
{
if
(
ret
&&
ret
.
data
)
{
this
.
importShow
=
false
this
.
impBtnDisabled
=
false
let
mobj
=
ret
.
data
.
data
...
...
src/view/people-info/index3.vue
View file @
42f19441
...
...
@@ -2448,7 +2448,7 @@ export default {
formdata
.
append
(
'cityId'
,
this
.
peopleForm
.
cityId
)
const
ret
=
await
importExcel
(
formdata
)
if
(
ret
!=
null
&&
ret
.
success
>
0
)
{
if
(
ret
&&
ret
.
data
)
{
this
.
importShow
=
false
this
.
impBtnDisabled
=
false
let
mobj
=
ret
.
data
.
data
...
...
src/view/people-info/personMinor.vue
View file @
42f19441
...
...
@@ -1855,7 +1855,11 @@ export default {
this
.
$refs
.
formPerson
.
resetFields
()
this
.
title
=
'新增'
this
.
peopleForm
=
{
...
this
.
peopleForm
,
cityId
:
''
,
areaId
:
''
,
streetId
:
''
,
communityId
:
''
,
key_focus_personnel_type_json
:
{},
confirmButton
:
false
,
show
:
true
,
involvingConflictsDisputes
:
'2'
...
...
@@ -1863,7 +1867,6 @@ export default {
}
// 重置当前用户层级
this
.
currentUserLevel
=
''
// 调用 getLoginUserAreaInfo 接口获取当前登录人的层级和区域码信息
getLoginUserAreaInfo
({
area_id
:
this
.
$store
.
state
.
user
.
otherUserInfo
.
area_id
}).
then
(
async
(
res
)
=>
{
if
(
res
.
data
.
errcode
===
0
)
{
...
...
@@ -2067,7 +2070,7 @@ export default {
this
.
controlData
.
show
=
false
this
.
$refs
[
'formPerson'
].
resetFields
()
}
else
{
this
.
$refs
[
'formPerson'
].
resetFields
()
//
this.$refs['formPerson'].resetFields()
this
.
$Notice
.
error
({
title
:
'保存失败!'
,
desc
:
ret
.
data
.
errmsg
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论