Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huarun-binjiang-ipad
/
ipad
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8e8f99fc
authored
Nov 29, 2021
by
liuwange1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
停车关闭
parent
83fad1db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
src/views/tingche.vue
+10
-2
No files found.
src/views/tingche.vue
View file @
8e8f99fc
...
...
@@ -13,7 +13,7 @@
placeholder=
"请输入文案"
/>
<div
class=
"btn1 active"
@
click=
"search"
>
查询
</div>
<div
class=
"btn1"
@
click=
"
value = ''
"
>
取消
</div>
<div
class=
"btn1"
@
click=
"
closeT
"
>
取消
</div>
</div>
</div>
<section>
...
...
@@ -71,7 +71,7 @@ export default {
// alert("操作成功");
this
.
$axios
.
post
(
"/osc/sendString"
,
{
arg
:
JSON
.
stringify
(
res
.
data
),
arg
:
JSON
.
stringify
(
res
),
name
:
"/FXXC_OSC"
,
})
.
then
(()
=>
{});
...
...
@@ -89,6 +89,14 @@ export default {
})
.
then
(()
=>
{});
},
closeT
()
{
this
.
$axios
.
post
(
"/osc/sendInt"
,
{
arg
:
''
,
name
:
"/GJTC_MSG_CLOSE"
,
})
.
then
(()
=>
{});
}
},
};
</
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