修改已知问题
This commit is contained in:
@@ -195,6 +195,10 @@ export function downloadFile(url, fileName, parameter, callback) {
|
|||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (!data || data.size === 0) {
|
if (!data || data.size === 0) {
|
||||||
|
index.showDrawer({
|
||||||
|
loading: false,
|
||||||
|
isTrue: isTrue
|
||||||
|
})
|
||||||
Vue.prototype['$message'].warning('文件下载失败')
|
Vue.prototype['$message'].warning('文件下载失败')
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -86,8 +86,8 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
prcClick(row) {
|
prcClick(row) {
|
||||||
let index = row.taskIds.lastIndexOf(',')
|
// let index = row.taskIds.lastIndexOf(',')
|
||||||
row.taskIds = row.taskIds.slice(0, index)
|
// row.taskIds = row.taskIds.slice(0, index)
|
||||||
if (row.prcType == '1') {
|
if (row.prcType == '1') {
|
||||||
let newUrl = this.$router.resolve({
|
let newUrl = this.$router.resolve({
|
||||||
path: '/handshakeProcess',
|
path: '/handshakeProcess',
|
||||||
|
|||||||
@@ -154,8 +154,8 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
dealWith(row) {
|
dealWith(row) {
|
||||||
let index = row.taskIds.lastIndexOf(',')
|
// let index = row.taskIds.lastIndexOf(',')
|
||||||
row.taskIds = row.taskIds.slice(0, index)
|
// row.taskIds = row.taskIds.slice(0, index)
|
||||||
if (row.prcType == '1') {
|
if (row.prcType == '1') {
|
||||||
let newUrl = this.$router.resolve({
|
let newUrl = this.$router.resolve({
|
||||||
path: '/handshakeProcess',
|
path: '/handshakeProcess',
|
||||||
|
|||||||
Reference in New Issue
Block a user