Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
海康威视
web-project
Commits
c8d11ea2
Commit
c8d11ea2
authored
Jul 16, 2024
by
moonby
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitee.com:tj-wang-yahui/AMS_HeatSys_Vue_V10
parents
6e17930c
62a99eeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
TransferPumpPage.vue
src/views/RemotePage/TransferPumpPage.vue
+1
-9
No files found.
src/views/RemotePage/TransferPumpPage.vue
View file @
c8d11ea2
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"grid-content"
>
<div
class=
"grid-content"
>
请选择换热机组:
请选择换热机组:
<el-cascader
:options=
"options"
:props=
"props"
v-model=
"option"
collapse-tags
clearable
<el-cascader
:options=
"options"
:props=
"props"
v-model=
"option"
collapse-tags
clearable
:show-all-levels=
"false"
placeholder=
"请选择"
style=
"min-width: 210px;"
ref=
"articleOrgRef"
@
change=
"handleChange"
/>
:show-all-levels=
"false"
placeholder=
"请选择"
style=
"min-width: 210px;"
/>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -220,8 +220,6 @@ const enterpriseId = ref();
...
@@ -220,8 +220,6 @@ const enterpriseId = ref();
const
checked
=
ref
(
true
);
const
checked
=
ref
(
true
);
const
num
=
ref
(
20
);
const
num
=
ref
(
20
);
const
input
=
ref
(
0.88
);
const
input
=
ref
(
0.88
);
const
articleOrgRef
=
ref
(
null
)
const
unitlist
=
reactive
([]);
const
conheight
=
reactive
({
height
:
""
});
const
conheight
=
reactive
({
height
:
""
});
const
starttime
=
ref
();
const
starttime
=
ref
();
const
endtime
=
ref
();
const
endtime
=
ref
();
...
@@ -276,12 +274,6 @@ function getSupplys() {
...
@@ -276,12 +274,6 @@ function getSupplys() {
}
}
option
.
push
(
options
[
0
].
children
[
0
].
children
[
0
].
value
);
option
.
push
(
options
[
0
].
children
[
0
].
children
[
0
].
value
);
}
}
const
handleChange
=
()
=>
{
unitlist
.
length
=
0
;
articleOrgRef
.
value
.
getCheckedNodes
().
forEach
(
element
=>
{
unitlist
.
push
(
element
.
label
);
});
}
function
setContentHeight
()
{
function
setContentHeight
()
{
conheight
.
height
=
window
.
innerHeight
-
122
+
"px"
;
conheight
.
height
=
window
.
innerHeight
-
122
+
"px"
;
}
}
...
...
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