Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
sheng du
CountingDreams
Commits
8dbdfc9a
Commit
8dbdfc9a
authored
1 year ago
by
sheng du
Browse files
Options
Download
Email Patches
Plain Diff
删除证照的问题修改
parent
e205bd5b
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/views/enterprisePhoto/list/index.vue
src/views/enterprisePhoto/list/index.vue
+4
-1
src/views/photo/list/index.vue
src/views/photo/list/index.vue
+3
-1
No files found.
src/views/enterprisePhoto/list/index.vue
View file @
8dbdfc9a
...
...
@@ -159,7 +159,10 @@ export default {
type
:
"
warning
"
,
})
.
then
(()
=>
{
this
.
testData
=
this
.
testData
.
filter
((
item
)
=>
item
.
id
!=
row
.
id
);
let
resList
=
this
.
testData
.
filter
((
item
)
=>
item
.
id
!=
row
.
id
);
let
query
=
{
field
:
"
enterprisePhoto
"
,
data
:
resList
};
this
.
$store
.
dispatch
(
"
tabledata/changeTableData
"
,
query
);
this
.
$refs
.
table
.
loadData
();
})
.
catch
(()
=>
{});
...
...
This diff is collapsed.
Click to expand it.
src/views/photo/list/index.vue
View file @
8dbdfc9a
...
...
@@ -159,7 +159,9 @@ export default {
type
:
"
warning
"
,
})
.
then
(()
=>
{
this
.
testData
=
this
.
testData
.
filter
((
item
)
=>
item
.
id
!=
row
.
id
);
let
resList
=
this
.
testData
.
filter
((
item
)
=>
item
.
id
!=
row
.
id
);
let
query
=
{
field
:
"
photo
"
,
data
:
resList
};
this
.
$store
.
dispatch
(
"
tabledata/changeTableData
"
,
query
);
this
.
$refs
.
table
.
loadData
();
})
.
catch
(()
=>
{});
...
...
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