|
|
@ -262,7 +262,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
// 刷新报工的页面 |
|
|
// 刷新报工的页面 |
|
|
//this.$emit('refreshPageTables2') |
|
|
|
|
|
|
|
|
this.$emit('refreshPageTables2') |
|
|
// 关闭当前的页面 |
|
|
// 关闭当前的页面 |
|
|
this.visible = false |
|
|
this.visible = false |
|
|
}, |
|
|
}, |
|
|
@ -292,6 +292,8 @@ export default { |
|
|
this.$refs.uploadFile.clearFiles() |
|
|
this.$refs.uploadFile.clearFiles() |
|
|
this.searchItemFileUrl() |
|
|
this.searchItemFileUrl() |
|
|
this.fileList = [] |
|
|
this.fileList = [] |
|
|
|
|
|
// 刷新父组件的检验项目列表 |
|
|
|
|
|
this.$emit('refreshPageTables2') |
|
|
} else { |
|
|
} else { |
|
|
this.$message.warning(data.msg) |
|
|
this.$message.warning(data.msg) |
|
|
} |
|
|
} |
|
|
@ -312,6 +314,8 @@ export default { |
|
|
if (data.code === 0) { |
|
|
if (data.code === 0) { |
|
|
this.searchItemFileUrl() |
|
|
this.searchItemFileUrl() |
|
|
this.$message.success(data.msg) |
|
|
this.$message.success(data.msg) |
|
|
|
|
|
// 刷新父组件的检验项目列表 |
|
|
|
|
|
this.$emit('refreshPageTables2') |
|
|
}else { |
|
|
}else { |
|
|
this.$message.warning(data.msg) |
|
|
this.$message.warning(data.msg) |
|
|
} |
|
|
} |
|
|
@ -328,7 +332,7 @@ export default { |
|
|
// 清空文件上传记录 |
|
|
// 清空文件上传记录 |
|
|
this.$refs.uploadFile.clearFiles() |
|
|
this.$refs.uploadFile.clearFiles() |
|
|
// 刷新报工的页面 |
|
|
// 刷新报工的页面 |
|
|
//this.$emit('refreshPageTables2') |
|
|
|
|
|
|
|
|
this.$emit('refreshPageTables2') |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|