Ver código fonte

修改提示

yangg 5 meses atrás
pai
commit
6d3c8de93d

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


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


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/app.d7f78f2b.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-00b30a36.002bf589.js


Diferenças do arquivo suprimidas por serem muito extensas
+ 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_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 {

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff