소스 검색

提示修正

yijing 1 년 전
부모
커밋
bb18b04ec4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/warehouseManagement/warehouseApplication/index.vue

+ 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();
         }
       });