|
@ -460,9 +460,9 @@ export default { |
|
|
if (this.$refs.file) { |
|
|
if (this.$refs.file) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
this.$refs.file.$refs.table.clearSelection() |
|
|
this.$refs.file.$refs.table.clearSelection() |
|
|
} |
|
|
|
|
|
this.clearFile() |
|
|
this.clearFile() |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
this.$refs.project.getTableDisplayFields(0) |
|
|
this.$refs.project.getTableDisplayFields(0) |
|
|
if (this.selectedCategory.children.length !== 0) { |
|
|
if (this.selectedCategory.children.length !== 0) { |
|
|
if (this.$refs.anjuan) { |
|
|
if (this.$refs.anjuan) { |
|
@ -486,6 +486,9 @@ export default { |
|
|
if (this.$refs.anjuan.$refs.table.selection.length !== 0) { |
|
|
if (this.$refs.anjuan.$refs.table.selection.length !== 0) { |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
this.$refs.anjuan.selections = this.$refs.anjuan.$refs.table.selection |
|
|
this.$refs.file.getTableList() |
|
|
this.$refs.file.getTableList() |
|
|
|
|
|
if (this.$refs.file.$refs.table.selection.length !== 0) { |
|
|
|
|
|
this.$refs.file.selections = this.$refs.file.$refs.table.selection |
|
|
|
|
|
} |
|
|
this.isAnjuan = false |
|
|
this.isAnjuan = false |
|
|
} else { |
|
|
} else { |
|
|
this.$refs.anjuan.anjuanData = [] |
|
|
this.$refs.anjuan.anjuanData = [] |
|
@ -509,9 +512,9 @@ export default { |
|
|
if (this.$refs.file) { |
|
|
if (this.$refs.file) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
if (localStorage.getItem('noClick')) { |
|
|
this.$refs.file.$refs.table.clearSelection() |
|
|
this.$refs.file.$refs.table.clearSelection() |
|
|
} |
|
|
|
|
|
this.clearFile() |
|
|
this.clearFile() |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
this.$refs.anjuan.getTableDisplayFields(1) |
|
|
this.$refs.anjuan.getTableDisplayFields(1) |
|
|
if (this.selectedCategory.children.length !== 0) { |
|
|
if (this.selectedCategory.children.length !== 0) { |
|
|
if (this.$refs.file) { |
|
|
if (this.$refs.file) { |
|
|