Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
7f16c788
Commit
7f16c788
authored
Jan 05, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:优化预览
parent
8c3f97c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
...ui/admin/src/pages/software/materials/MaterialsManage.vue
+1
-0
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
...admin/src/pages/software/materials/modal/AddMaterials.vue
+3
-2
sample-form-manager-ui/admin/src/pages/software/materials/modal/PreviewMaterials.vue
...n/src/pages/software/materials/modal/PreviewMaterials.vue
+0
-2
No files found.
sample-form-manager-ui/admin/src/pages/software/materials/MaterialsManage.vue
View file @
7f16c788
...
...
@@ -503,6 +503,7 @@ export default {
if
(
code
===
1
)
{
this
.
$message
.
success
(
msg
);
this
.
getMaterialsList
();
this
.
getWriteMatterList
();
this
.
rightSelectedRowKeys
=
[];
}
}
)
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/AddMaterials.vue
View file @
7f16c788
...
...
@@ -186,9 +186,10 @@ export default {
// 关闭
handleClose
()
{
this
.
$refs
.
form
.
resetFields
();
this
.
fileUrlFileList
=
[];
this
.
templatePathFileList
=
[];
//
this.fileUrlFileList = [];
//
this.templatePathFileList = [];
this
.
samplePathFileList
=
[];
this
.
loading
=
false
;
this
.
Visible
=
false
;
},
// 上传样表
...
...
sample-form-manager-ui/admin/src/pages/software/materials/modal/PreviewMaterials.vue
View file @
7f16c788
...
...
@@ -83,11 +83,9 @@ export default {
methods
:
{
handleOk
()
{
this
.
$refs
.
formBuilder
.
validate
();
console
.
log
(
this
.
val
);
},
handleClose
()
{
this
.
val
=
""
;
console
.
log
(
11
);
},
},
};
...
...
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