Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
national_museum_vod
Project
Project
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
qzhxx
national_museum_vod
Commits
62167ecf
Commit
62167ecf
authored
Jun 25, 2021
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改学习内容
parent
189c3a2e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
6 deletions
+14
-6
index.vue
src/page/check/display/index.vue
+0
-2
add.vue
src/page/content/learn/content/add.vue
+14
-4
No files found.
src/page/check/display/index.vue
View file @
62167ecf
...
@@ -220,8 +220,6 @@
...
@@ -220,8 +220,6 @@
<
script
>
<
script
>
let
Base64
=
require
(
'js-base64'
).
Base64
let
Base64
=
require
(
'js-base64'
).
Base64
import
Viewer
from
'v-viewer'
;
export
default
{
export
default
{
data
()
{
data
()
{
var
checkIsNull
=
(
rule
,
value
,
callback
)
=>
{
var
checkIsNull
=
(
rule
,
value
,
callback
)
=>
{
...
...
src/page/content/learn/content/add.vue
View file @
62167ecf
...
@@ -353,6 +353,7 @@ export default {
...
@@ -353,6 +353,7 @@ export default {
};
};
// this.tableData = data.exhibitionBoardList;
// this.tableData = data.exhibitionBoardList;
this
.
multipleSelection
=
data
.
exhibitionBoardList
;
this
.
multipleSelection
=
data
.
exhibitionBoardList
;
this
.
multipleSelection1
=
data
.
assetList
this
.
$refs
.
uploadImg
.
showImg
(
this
.
ruleForm
.
cover
);
this
.
$refs
.
uploadImg
.
showImg
(
this
.
ruleForm
.
cover
);
this
.
getExhibitionBoardTable
();
this
.
getExhibitionBoardTable
();
this
.
getAssetTypeData
()
this
.
getAssetTypeData
()
...
@@ -626,10 +627,19 @@ export default {
...
@@ -626,10 +627,19 @@ export default {
// console.log(data)
// console.log(data)
vm
.
tableData1
=
data
;
vm
.
tableData1
=
data
;
// 选中表格数据
// 选中表格数据
console
.
log
(
this
.
type
)
if
(
this
.
type
===
'add'
){
vm
.
multipleSelection1
=
res
.
data
.
data
vm
.
multipleSelection1
=
res
.
data
.
data
setTimeout
(()
=>
{
setTimeout
(()
=>
{
vm
.
setSelctTable1
();
vm
.
setSelctTable1
();
},
1000
);
},
1000
);
}
else
{
console
.
log
(
this
.
multipleSelection1
)
vm
.
multipleSelection1
=
this
.
multipleSelection1
setTimeout
(()
=>
{
vm
.
setSelctTable1
();
},
1000
);
}
})
})
.
catch
(
function
(
err
)
{
.
catch
(
function
(
err
)
{
console
.
log
(
err
);
console
.
log
(
err
);
...
...
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