Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bianpoSys
Project
Project
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
xinzhedeai
bianpoSys
Commits
f5771cd3
Commit
f5771cd3
authored
Mar 03, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:人工巡检 必填添加
parent
4852e23d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
.env.production
.env.production
+2
-2
index.vue
src/views/rgxj/calibration/index.vue
+9
-0
No files found.
.env.production
View file @
f5771cd3
...
@@ -8,8 +8,8 @@ ENV = 'production'
...
@@ -8,8 +8,8 @@ ENV = 'production'
# 若依管理系统/生产环境
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = '/prod-api'
# 正式环境
# 正式环境
# VUE_APP_BASE_URL = 'http://60.212.188.152:12100
'
VUE_APP_BASE_URL = 'http://182.92.170.89:10082
'
# 测试环境
# 测试环境
VUE_APP_BASE_URL = 'http://192.168.3.226:9090'
#
VUE_APP_BASE_URL = 'http://192.168.3.226:9090'
src/views/rgxj/calibration/index.vue
View file @
f5771cd3
...
@@ -396,6 +396,15 @@ export default {
...
@@ -396,6 +396,15 @@ export default {
this
.
watchDialog
=
true
;
this
.
watchDialog
=
true
;
},
},
submitForm
()
{
submitForm
()
{
if
(
!
this
.
form
.
calibrationAuditName
||
!
this
.
form
.
creatTime
||
!
this
.
form
.
calibrationType
||
!
this
.
form
.
ids
.
length
){
this
.
$message
({
message
:
"
必填项不能为空
"
,
type
:
"
error
"
,
});
return
}
console
.
log
(
this
.
form
,
"
form
"
);
console
.
log
(
this
.
form
,
"
form
"
);
if
(
this
.
form
.
id
)
{
if
(
this
.
form
.
id
)
{
calibrationEdit
(
this
.
form
).
then
((
res
)
=>
{
calibrationEdit
(
this
.
form
).
then
((
res
)
=>
{
...
...
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