浏览代码

修改提示

yangg 5 月之前
父节点
当前提交
6d3c8de93d

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


+ 0 - 0
dist/static/css/chunk-b5954888.5ac10695.css → dist/static/css/chunk-00b30a36.5ac10695.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.d7f78f2b.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-00b30a36.002bf589.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-b5954888.e008b434.js


+ 3 - 3
src/views/project/ProjectInput.vue

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

部分文件因为文件数量过多而无法显示