Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
65534023
authored
2023-07-28 11:47:50 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
343c937e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/components/imagePreview.vue
src/views/workflow/components/clxx/clxxUnify.vue
src/views/components/imagePreview.vue
View file @
6553402
...
...
@@ -254,6 +254,7 @@
*/
async
handleChange
(
file
,
files
)
{
// 清空 fileList 数组
debugger
let
length
=
files
.
length
;
this
.
maxLength
=
Math
.
max
(
length
,
this
.
maxLength
)
this
.
$refs
.
upload
.
clearFiles
();
...
...
src/views/workflow/components/clxx/clxxUnify.vue
View file @
6553402
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28
09:35:38
* @LastEditTime: 2023-07-28
11:37:31
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -38,8 +38,7 @@
import
clxxAddDialog
from
"../dialog/clxxAddDialog.vue"
;
import
clxxDetailDialog
from
"../dialog/clxxDetailDialog.vue"
;
import
imagePreview
from
'@/views/components/imagePreview.vue'
import
{
InitClml
,
saveClml
,
deleteSjClml
,
moveClml
}
from
"@/api/clxx.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
import
{
InitClml
,
saveClml
}
from
"@/api/clxx.js"
;
export
default
{
components
:
{
clxxAddDialog
,
imagePreview
,
clxxDetailDialog
},
data
()
{
...
...
Please
register
or
sign in
to post a comment