|
@@ -299,7 +299,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
getMarkWorks() {
|
|
|
- this.$http.get(DATA_PROCESS_API + "/markWorks").then(response => {
|
|
|
+ this.$http.get(DATA_PROCESS_API + "/markWorks?status=1").then(response => {
|
|
|
this.markWorkList = response.data;
|
|
|
});
|
|
|
},
|
|
@@ -482,8 +482,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- //查询标记卷
|
|
|
this.getMarkWorks();
|
|
|
+ //查询标记卷
|
|
|
this.getTags();
|
|
|
this.backFill();
|
|
|
}
|