Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-sensitive-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.foundation.frontend
pica-sensitive-admin
提交
93f4065d
提交
93f4065d
编写于
3月 10, 2021
作者:
huangwensu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
页面优化处理
上级
51cf843c
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
15 行增加
和
3 行删除
+15
-3
create-point.vue
src/views/strack-data/create-point.vue
+6
-0
strack-list.vue
src/views/strack-data/strack-list.vue
+9
-3
未找到文件。
src/views/strack-data/create-point.vue
浏览文件 @
93f4065d
...
@@ -682,6 +682,9 @@ export default {
...
@@ -682,6 +682,9 @@ export default {
},
},
// 下线页面
// 下线页面
downPage
(
row
)
{
downPage
(
row
)
{
if
(
this
.
$refs
.
downForm
)
{
this
.
$refs
.
downForm
.
resetFields
();
}
this
.
downForm
.
offTime
=
''
;
this
.
downForm
.
offTime
=
''
;
this
.
downForm
.
offVersion
=
''
;
this
.
downForm
.
offVersion
=
''
;
this
.
downForm
=
Object
.
assign
({
id
:
row
.
id
},
row
);
this
.
downForm
=
Object
.
assign
({
id
:
row
.
id
},
row
);
...
@@ -711,6 +714,9 @@ export default {
...
@@ -711,6 +714,9 @@ export default {
},
},
// 指派
// 指派
assignDialog
(
row
)
{
assignDialog
(
row
)
{
if
(
this
.
$refs
.
assignForm
)
{
this
.
$refs
.
assignForm
.
resetFields
();
}
this
.
assignVisible
=
true
;
this
.
assignVisible
=
true
;
this
.
assignForm
.
id
=
row
.
id
;
this
.
assignForm
.
id
=
row
.
id
;
this
.
assignForm
.
handlerIds
=
[];
this
.
assignForm
.
handlerIds
=
[];
...
...
src/views/strack-data/strack-list.vue
浏览文件 @
93f4065d
...
@@ -773,6 +773,9 @@ export default {
...
@@ -773,6 +773,9 @@ export default {
// 新建(编辑)页面
// 新建(编辑)页面
createAndEditPage
(
row
)
{
createAndEditPage
(
row
)
{
if
(
row
==
'create'
)
{
if
(
row
==
'create'
)
{
if
(
this
.
$refs
.
creatPageForm
)
{
this
.
$refs
.
creatPageForm
.
resetFields
();
}
this
.
pageTitle
=
"新建页面"
;
this
.
pageTitle
=
"新建页面"
;
this
.
pageForm
.
name
=
''
;
this
.
pageForm
.
name
=
''
;
this
.
pageForm
.
implementMethodId
=
''
;
this
.
pageForm
.
implementMethodId
=
''
;
...
@@ -780,9 +783,6 @@ export default {
...
@@ -780,9 +783,6 @@ export default {
this
.
pageForm
.
releaseTime
=
''
;
this
.
pageForm
.
releaseTime
=
''
;
this
.
pageForm
.
releaseVersion
=
''
;
this
.
pageForm
.
releaseVersion
=
''
;
this
.
pageForm
.
moduleIdArr
=
''
;
this
.
pageForm
.
moduleIdArr
=
''
;
if
(
this
.
$refs
.
creatPageForm
)
{
this
.
$refs
.
creatPageForm
.
resetFields
();
}
}
else
{
}
else
{
this
.
pageTitle
=
"编辑页面"
;
this
.
pageTitle
=
"编辑页面"
;
this
.
rowId
=
row
.
pageId
;
this
.
rowId
=
row
.
pageId
;
...
@@ -832,6 +832,9 @@ export default {
...
@@ -832,6 +832,9 @@ export default {
},
},
// 下线页面
// 下线页面
downPage
(
row
)
{
downPage
(
row
)
{
if
(
this
.
$refs
.
downForm
)
{
this
.
$refs
.
downForm
.
resetFields
();
}
this
.
downForm
.
offTime
=
''
;
this
.
downForm
.
offTime
=
''
;
this
.
downForm
.
offVersion
=
''
;
this
.
downForm
.
offVersion
=
''
;
this
.
downForm
=
Object
.
assign
({
id
:
row
.
pageId
},
row
);
this
.
downForm
=
Object
.
assign
({
id
:
row
.
pageId
},
row
);
...
@@ -899,6 +902,9 @@ export default {
...
@@ -899,6 +902,9 @@ export default {
},
},
// 指派
// 指派
assignDialog
(
row
)
{
assignDialog
(
row
)
{
if
(
this
.
$refs
.
assignForm
)
{
this
.
$refs
.
assignForm
.
resetFields
();
}
this
.
assignVisible
=
true
;
this
.
assignVisible
=
true
;
this
.
assignForm
.
id
=
row
.
pageId
;
this
.
assignForm
.
id
=
row
.
pageId
;
this
.
assignForm
.
handlerIds
=
[];
this
.
assignForm
.
handlerIds
=
[];
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录