|
@@ -39,7 +39,7 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- document.title = "待评价月报的";
|
|
|
|
|
|
+ document.title = "待评价月报";
|
|
getNeedPost().then((res) => {
|
|
getNeedPost().then((res) => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
if (res.data.data.length > 0) {
|
|
if (res.data.data.length > 0) {
|