浏览代码

测试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 {