Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
夏敏伟
xxx_phase2_web
Commits
383c943c
Commit
383c943c
authored
Nov 21, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.168.218/xiaminwei/xxx_phase2_web
parents
68bd5de4
274c0a80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
src/view/dfzy/dfzyrwk.vue
src/view/dfzy/dfzyrwk.vue
+1
-1
src/view/user/yhgl.vue
src/view/user/yhgl.vue
+6
-3
No files found.
src/view/dfzy/dfzyrwk.vue
View file @
383c943c
...
...
@@ -377,7 +377,7 @@ export default {
module
:
this
.
types
==
1
?
"
DF
"
:
"
DFWW
"
,
combinationSearch
:{
chineseName
:
this
.
formInline
.
name
,
foreignName
:
this
.
formInline
.
jc
,
foreignName
:
this
.
formInline
.
wwm
,
xzzw
:
this
.
formInline
.
xzzw
,
rwjj
:
this
.
formInline
.
rwjj
,
bq
:
this
.
formInline
.
bq
,
...
...
src/view/user/yhgl.vue
View file @
383c943c
...
...
@@ -47,8 +47,8 @@
</tbody>
</table>
-->
<el-table
class=
"myTable"
ref=
"multipleTable"
:data=
"data_table"
style=
"width: 100%"
stripe
height=
"100%"
@
selection-change=
"handleSelectionChange"
>
<el-table
class=
"myTable"
ref=
"multipleTable"
:data=
"data_table"
style=
"width: 100%"
stripe
height=
"100%"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
align=
"center"
:selectable=
"handleDisable"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"account"
label=
"登录用户名"
align=
"center"
></el-table-column>
...
...
@@ -672,7 +672,7 @@ export default {
return
Promise
.
resolve
();
}
}).
then
(
res
=>
{
post
(
"
api/rest/system/user/register
"
,
this
.
new_user
)
return
post
(
"
api/rest/system/user/register
"
,
this
.
new_user
)
}).
then
(
res
=>
{
this
.
$message
.
success
(
"
新增成功!
"
);
this
.
centerDialogVisible
=
false
;
...
...
@@ -685,6 +685,9 @@ export default {
this
.
$message
.
warning
(
"
数据验证失败
"
);
}
else
{
this
.
$message
.
warning
(
err
.
message
);
if
(
err
.
code
==
9061
)
{
this
.
new_user
.
mail
&&
removeUser
(
this
.
new_user
.
mail
);
//如果创建了邮箱这里删除一下
}
}
});
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment