소스 검색

测试git

yuanyiming 2 년 전
부모
커밋
ab59d279d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/firm.vue

+ 1 - 1
src/views/firm.vue

@@ -248,7 +248,7 @@ export default {
           uid: this.$store.state.userInfo.userid,
           file: JSON.stringify(val),
         })
-        .then((res) => {
+        .then((res) => {  
           if (res.data == 1) {
             this.$message.success("上传成功");
           } else {