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 {