|
@@ -1373,12 +1373,12 @@ export default {
|
|
project_id: this.selectedProjectId,
|
|
project_id: this.selectedProjectId,
|
|
/* project_name: this.projectOptions.find(
|
|
/* project_name: this.projectOptions.find(
|
|
(p) => p.id === this.selectedProjectId
|
|
(p) => p.id === this.selectedProjectId
|
|
- ).name */
|
|
|
|
|
|
+ ).name `成功创建 ${res.data.total} 个输入项目!`*/
|
|
})
|
|
})
|
|
|
|
|
|
if (res.status === 200) {
|
|
if (res.status === 200) {
|
|
this.$message.success(
|
|
this.$message.success(
|
|
- `成功创建 ${res.data.total} 个输入项目!`
|
|
|
|
|
|
+ "输入项目创建成功"
|
|
)
|
|
)
|
|
await this.fetchGsprData()
|
|
await this.fetchGsprData()
|
|
}
|
|
}
|
|
@@ -1429,7 +1429,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
this.$message.success(
|
|
this.$message.success(
|
|
- `成功更新 ${res.data.total} 个输入项目!`
|
|
|
|
|
|
+ `输入项目更新成功`
|
|
)
|
|
)
|
|
await this.fetchGsprData()
|
|
await this.fetchGsprData()
|
|
} finally {
|
|
} finally {
|