Commit 36d713a6 authored by 黄奎's avatar 黄奎

111

parent eee4aaed
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
}, },
data() { data() {
return { return {
ActionStr: "/CustomerStudent/TestPush", ActionStr: "/ScheduleCourse/GetScheduleCourseStu",
parameterList: [{ parameterList: [{
Name: "", Name: "",
Value: "" Value: ""
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
data = JSON.parse(tempStr); data = JSON.parse(tempStr);
} }
data = { data = {
CourseRate: 2
}; };
var tempMsg = { var tempMsg = {
Msg: data Msg: data
...@@ -170,6 +170,7 @@ ...@@ -170,6 +170,7 @@
} }
}, },
}; };
</script> </script>
<style scoped> <style scoped>
...@@ -213,4 +214,5 @@ ...@@ -213,4 +214,5 @@
border: none; border: none;
border-collapse: collapse; border-collapse: collapse;
} }
</style>
\ No newline at end of file </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment