调整信息维护页面并修复项目概览统计
This commit is contained in:
@@ -195,7 +195,15 @@ export default {
|
||||
handleSubmitProject(data) {
|
||||
// 不需要再次调用API,因为AddProjectDialog已经处理了
|
||||
this.addDialogVisible = false
|
||||
this.getList() // 刷新列表
|
||||
if (!data || !data.projectId) {
|
||||
this.$modal.msgError("项目创建成功后未返回项目ID,无法进入上传数据页面")
|
||||
this.getList()
|
||||
return
|
||||
}
|
||||
this.$router.push({
|
||||
path: `/ccdiProject/detail/${data.projectId}`,
|
||||
query: { tab: "upload" },
|
||||
})
|
||||
},
|
||||
/** 导入历史项目 */
|
||||
handleImport() {
|
||||
|
||||
Reference in New Issue
Block a user