Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
office-web
Overview
Overview
Details
Activity
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
office
office-web
Commits
7180ee9f
Commit
7180ee9f
authored
Mar 15, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改自定义模板
parent
b10d2954
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
systemReportSet.vue
src/views/enterpriseApp/cloudDaily/systemReportSet.vue
+0
-1
taskAssign.vue
src/views/enterpriseApp/cloudDaily/taskAssign.vue
+5
-4
template.vue
src/views/enterpriseApp/cloudDaily/template.vue
+0
-0
No files found.
src/views/enterpriseApp/cloudDaily/systemReportSet.vue
View file @
7180ee9f
...
...
@@ -219,7 +219,6 @@ export default {
that
.
isDragging
=
false
;
that
.
selectKey
=
''
;
that
.
selectKey
=
evt
.
clone
.
dataset
.
name
;
console
.
log
(
evt
.
clone
.
dataset
)
// 判断中间是否已经添加
that
.
tempaletDataList
.
forEach
(
function
(
ele
,
index
)
{
if
(
ele
.
name
==
that
.
selectKey
)
{
...
...
src/views/enterpriseApp/cloudDaily/taskAssign.vue
View file @
7180ee9f
...
...
@@ -84,7 +84,7 @@ export default {
status
:
!!
that
.
setData
.
status
?
'1'
:
'0'
,
time
:
that
.
setData
.
time
};
postRequest
(
'/haoban-app-daily-web/daily/
get
-setting'
,
para
)
postRequest
(
'/haoban-app-daily-web/daily/
create
-setting'
,
para
)
.
then
(
res
=>
{
let
resData
=
res
.
data
;
if
(
resData
.
errorCode
==
1
)
{
...
...
@@ -112,8 +112,8 @@ export default {
.
then
(
res
=>
{
let
resData
=
res
.
data
;
if
(
resData
.
errorCode
==
1
)
{
that
.
setData
.
status
=
!!
resData
.
status
?
true
:
false
;
that
.
setData
.
time
=
resData
.
time
;
that
.
setData
.
status
=
resData
.
result
.
status
==
1
?
true
:
false
;
that
.
setData
.
time
=
resData
.
result
.
time
;
return
;
}
errMsg
.
errorMsg
(
resData
);
...
...
@@ -130,13 +130,14 @@ export default {
brandId
:
function
(
newData
,
oldData
)
{
const
that
=
this
;
that
.
activeBrand
=
newData
;
that
.
getData
();
}
},
mounted
()
{
let
that
=
this
;
document
.
documentElement
.
style
.
backgroundColor
=
'#f0f2f5'
;
that
.
$emit
(
'showTab'
,
'22'
);
that
.
getData
();
//
that.getData();
},
destroyed
()
{
document
.
documentElement
.
style
.
backgroundColor
=
'#fff'
;
...
...
src/views/enterpriseApp/cloudDaily/template.vue
View file @
7180ee9f
This diff is collapsed.
Click to expand it.
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