Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
9e010506
Commit
9e010506
authored
Jan 12, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预览权限控制
parent
eac09f5a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
1 deletion
+24
-1
index.vue
src/views/basicData/operationDcManagement/index.vue
+4
-0
index.vue
src/views/basicData/securityDocumentManagement/index.vue
+4
-0
index.vue
src/views/contingency/contingencyManager/index.vue
+4
-0
index.vue
src/views/daily/nros/index.vue
+4
-1
index.vue
src/views/outsourcingDirector/approve/index.vue
+4
-0
index.vue
src/views/outsourcingDirector/declare/index.vue
+4
-0
No files found.
src/views/basicData/operationDcManagement/index.vue
View file @
9e010506
...
@@ -164,6 +164,10 @@
...
@@ -164,6 +164,10 @@
return
return
}
}
autoAttachDownload
({},
'aqgl/jcsj/bzzywd'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/jcsj/bzzywd'
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
src/views/basicData/securityDocumentManagement/index.vue
View file @
9e010506
...
@@ -162,6 +162,10 @@
...
@@ -162,6 +162,10 @@
return
return
}
}
autoAttachDownload
({},
'aqgl/jcsj/aqwd'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/jcsj/aqwd'
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
src/views/contingency/contingencyManager/index.vue
View file @
9e010506
...
@@ -162,6 +162,10 @@
...
@@ -162,6 +162,10 @@
return
return
}
}
autoAttachDownload
({},
this
.
baseUrl
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
this
.
baseUrl
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
src/views/daily/nros/index.vue
View file @
9e010506
...
@@ -164,7 +164,10 @@
...
@@ -164,7 +164,10 @@
return
return
}
}
autoAttachDownload
({},
'aqgl/rcgl/fcgzybz'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/rcgl/fcgzybz'
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
src/views/outsourcingDirector/approve/index.vue
View file @
9e010506
...
@@ -163,6 +163,10 @@
...
@@ -163,6 +163,10 @@
return
return
}
}
autoAttachDownload
({},
'aqgl/wxglxy'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/wxglxy'
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
src/views/outsourcingDirector/declare/index.vue
View file @
9e010506
...
@@ -164,6 +164,10 @@
...
@@ -164,6 +164,10 @@
return
return
}
}
autoAttachDownload
({},
'aqgl/wxglzd'
,
row
.
fileId
).
then
(
res
=>
{
autoAttachDownload
({},
'aqgl/wxglzd'
,
row
.
fileId
).
then
(
res
=>
{
if
(
res
.
type
==
'application/json'
){
this
.
$warning
(
'您没有权限,请联系系统管理员!'
)
return
}
let
blob
=
new
Blob
([
res
],
{
let
blob
=
new
Blob
([
res
],
{
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
type
:
'application/'
+
row
.
fileType
+
';charset=UTF-8'
,
});
});
...
...
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