|
@@ -325,6 +325,8 @@ export default {
|
|
fileName: undefined
|
|
fileName: undefined
|
|
}
|
|
}
|
|
this.resetForm('form')
|
|
this.resetForm('form')
|
|
|
|
+ this.comparisonMade = false
|
|
|
|
+ FileUpload.data().fileList = []
|
|
},
|
|
},
|
|
/** 搜索按钮操作 */
|
|
/** 搜索按钮操作 */
|
|
handleQuery() {
|
|
handleQuery() {
|
|
@@ -338,8 +340,6 @@ export default {
|
|
/** 新增按钮操作 */
|
|
/** 新增按钮操作 */
|
|
handleAdd(row) {
|
|
handleAdd(row) {
|
|
this.reset()
|
|
this.reset()
|
|
- FileUpload.data().uploadList= []
|
|
|
|
-
|
|
|
|
if (row != null && row.repoId) {
|
|
if (row != null && row.repoId) {
|
|
this.form.parentId = row.repoId
|
|
this.form.parentId = row.repoId
|
|
} else {
|
|
} else {
|
|
@@ -354,7 +354,6 @@ export default {
|
|
handleUpload(row) {
|
|
handleUpload(row) {
|
|
this.reset()
|
|
this.reset()
|
|
this.compareResult = []
|
|
this.compareResult = []
|
|
- FileUpload.data().uploadList= []
|
|
|
|
getRepo(row.repoId).then(response => {
|
|
getRepo(row.repoId).then(response => {
|
|
this.form = response.data
|
|
this.form = response.data
|
|
this.form.remark = undefined
|
|
this.form.remark = undefined
|