Commit fc9cbff623aceee992f6eccd4cddd49982b4b36c

Authored by 梁保满
1 parent 183bfae8

上传信息显示调整

src/views/device/index.vue
@@ -651,7 +651,7 @@ export default { @@ -651,7 +651,7 @@ export default {
651 this.$message.closeAll(); 651 this.$message.closeAll();
652 this.$message({ 652 this.$message({
653 showClose: true, 653 showClose: true,
654 - message: `成功(${res.data.success}) 失败(${res.data.error})`, 654 + message: `成功(${res.data.success})`,
655 type: "success", 655 type: "success",
656 duration: 5000, 656 duration: 5000,
657 }); 657 });
src/views/setUp/student.vue
@@ -345,7 +345,7 @@ export default { @@ -345,7 +345,7 @@ export default {
345 this.$message.closeAll(); 345 this.$message.closeAll();
346 this.$message({ 346 this.$message({
347 showClose: true, 347 showClose: true,
348 - message: `成功(${res.data.success}) 失败(${res.data.error})`, 348 + message: `成功(${res.data.success})`,
349 type: "success", 349 type: "success",
350 duration:5000 350 duration:5000
351 }); 351 });