|
|
@@ -315,13 +315,13 @@
|
|
|
console.log(item)
|
|
|
},
|
|
|
getUnreadIds () {
|
|
|
- this.$http.get('/sale/tender/getUnreadIds')
|
|
|
+ this.$http.get('/sale/sample/getUnreadIds')
|
|
|
.then(res => {
|
|
|
this.unreadCode = res.data.content
|
|
|
})
|
|
|
},
|
|
|
getResource(Reset) {
|
|
|
- this.$http.get('/sale/tender/info/search', {params: {
|
|
|
+ this.$http.get('/sale/sample/info/search', {params: {
|
|
|
_state: this.activeType !== 'all' ? this.activeType : null,
|
|
|
count: 10,
|
|
|
page: this.page,
|