Explorar o código

更新教师评分

wuhongyuq %!s(int64=5) %!d(string=hai) anos
pai
achega
e189f2fcab
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      src/views/teacherscore/index.vue

+ 4 - 2
src/views/teacherscore/index.vue

@@ -85,8 +85,10 @@ export default {
       console.log(site.id);
       let data = this.form;
       let res = await this.create(data);
-      console.log('成功');
-      // res = await this.create(form);
+      this.$message({
+        message: '评分成功',
+        type: 'success',
+      });
     },
   },
 };