Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
7d0d5f3c
Commit
7d0d5f3c
authored
Mar 13, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 修改帮办代办
parent
8080d959
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
23 deletions
+27
-23
base-manager-ui/admin/package.json
base-manager-ui/admin/package.json
+1
-1
base-manager-ui/admin/src/pages/basicset/business/group/SetAgent.vue
...r-ui/admin/src/pages/basicset/business/group/SetAgent.vue
+26
-22
No files found.
base-manager-ui/admin/package.json
View file @
7d0d5f3c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
"homepage"
:
"https://iczer.github.io/vue-antd-admin"
,
"homepage"
:
"https://iczer.github.io/vue-antd-admin"
,
"private"
:
true
,
"private"
:
true
,
"scripts"
:
{
"scripts"
:
{
"serve"
:
"
SET NODE_OPTIONS=--openssl-legacy-provider &&
vue-cli-service serve"
,
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build --mode production"
,
"build"
:
"vue-cli-service build --mode production"
,
"beta"
:
"vue-cli-service build --mode beta"
,
"beta"
:
"vue-cli-service build --mode beta"
,
"test"
:
"vue-cli-service build --mode test"
,
"test"
:
"vue-cli-service build --mode test"
,
...
...
base-manager-ui/admin/src/pages/basicset/business/group/SetAgent.vue
View file @
7d0d5f3c
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<a-form-model
<a-form-model
ref=
"form"
ref=
"form"
:model=
"form"
:model=
"form"
:rules=
"rules"
:label-col=
"
{ span: 3 }"
:label-col=
"
{ span: 3 }"
:wrapper-col="{ span: 21 }"
:wrapper-col="{ span: 21 }"
>
>
...
@@ -120,8 +119,8 @@ export default {
...
@@ -120,8 +119,8 @@ export default {
this
.
Visible
=
false
;
this
.
Visible
=
false
;
},
},
// 保存
// 保存
handleOk
()
{
async
handleOk
()
{
this
.
$refs
.
form
.
validate
(
async
(
valid
)
=>
{
let
valid
=
this
.
verifyField
();
if
(
valid
)
{
if
(
valid
)
{
let
res
;
let
res
;
if
(
this
.
type
==
1
)
{
if
(
this
.
type
==
1
)
{
...
@@ -140,13 +139,18 @@ export default {
...
@@ -140,13 +139,18 @@ export default {
this
.
$message
.
success
(
"
添加成功
"
);
this
.
$message
.
success
(
"
添加成功
"
);
this
.
handleClose
();
this
.
handleClose
();
}
}
}
else
{
this
.
$message
.
warning
(
"
请完善表单
"
);
}
}
});
},
},
// 重置
// 重置
handleReset
()
{
handleReset
()
{
this
.
$refs
.
form
.
resetFields
();
this
.
$refs
.
form
.
resetFields
();
},
},
// 校验
verifyField
()
{
return
this
.
form
.
agentName
&&
this
.
form
.
agentPhone
&&
this
.
form
.
agentPost
;
},
},
},
};
};
</
script
>
</
script
>
...
...
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