|
@@ -73,7 +73,6 @@ export default {
|
|
// 打开提示窗口
|
|
// 打开提示窗口
|
|
comListDownloadGet({ pageNo: 1, pageSize: -1 }).then(res => {
|
|
comListDownloadGet({ pageNo: 1, pageSize: -1 }).then(res => {
|
|
this.ListDownload = res.data.records
|
|
this.ListDownload = res.data.records
|
|
- console.log(this.ListDownload)
|
|
|
|
if (this.ListDownload.length) {
|
|
if (this.ListDownload.length) {
|
|
this.dialogTableVisible = true
|
|
this.dialogTableVisible = true
|
|
}
|
|
}
|