yijing 1 rok temu
rodzic
commit
bb18b04ec4

+ 1 - 1
src/views/warehouseManagement/warehouseApplication/index.vue

@@ -136,7 +136,7 @@ export default {
       this.$confirm('确定要提交该条数据吗?', '提示').then(() => {
         const res = storageApi.submitStoragejn({ id: row.id });
         if (res) {
-          this.$message.success('删除成功!');
+          this.$message.success('操作成功!');
           this.reload();
         }
       });