Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
haoban-3
Commits
19690151
Commit
19690151
authored
May 26, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
20bdd743
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
12 deletions
+4
-12
store-list.vue
src/components/app/customer/store-list.vue
+0
-7
taskDetail.vue
src/views/apps/trafficTask/taskDetail.vue
+1
-1
authMerchant-form.vue
src/views/business/authMerchant-form.vue
+1
-4
grStoreList.vue
src/views/salesleads/grStoreList.vue
+2
-0
No files found.
src/components/app/customer/store-list.vue
View file @
19690151
...
...
@@ -182,13 +182,6 @@ export default {
that
.
searchInput
=
''
;
}
}
},
mounted
()
{
const
that
=
this
;
if
(
Object
.
keys
(
that
.
departObj
))
{
that
.
currentPage
=
1
;
that
.
getTableList
();
}
}
};
</
script
>
...
...
src/views/apps/trafficTask/taskDetail.vue
View file @
19690151
...
...
@@ -184,7 +184,7 @@
</el-popover>
</template>
</el-table-column> -->
<el-table-column
label=
"操作"
fixed=
"right"
width=
"
11
0"
>
<el-table-column
label=
"操作"
fixed=
"right"
width=
"
20
0"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"handleDel(scope.$index, scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
@
click=
"getPreviewData(scope.$index, scope.row)"
>
预览
</el-button>
...
...
src/views/business/authMerchant-form.vue
View file @
19690151
...
...
@@ -203,7 +203,7 @@ export default {
if
(
resData
.
result
)
{
resData
.
result
.
value
=
resData
.
result
.
enterpriseName
;
}
resolve
(
resData
.
result
?
[
resData
.
result
]
:
[]);
resolve
(
Array
.
isArray
(
resData
.
result
)
?
resData
.
result
:
[]);
return
false
;
}
errMsg
.
errorMsg
(
resData
);
...
...
@@ -337,9 +337,6 @@ export default {
}
else
{
this
.
type
=
'add'
;
}
this
.
$nextTick
(()
=>
{
this
.
getSearchList
(
''
);
});
document
.
documentElement
.
style
.
backgroundColor
=
'#f0f2f5'
;
},
destroyed
()
{
...
...
src/views/salesleads/grStoreList.vue
View file @
19690151
...
...
@@ -204,9 +204,11 @@ export default {
},
watch
:
{
brandId
(
newV
)
{
console
.
log
(
'brandId'
);
this
.
getTableList
();
},
$route
(
to
,
from
)
{
console
.
log
(
'route'
);
if
(
!
this
.
$route
.
query
.
ecmPlanId
)
{
this
.
getTableList
();
}
...
...
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