Browse Source

处理BUG

wangcz 7 years ago
parent
commit
8b4009e3cf

+ 1 - 1
components/applyPurchase/ApplyInfo.vue

@@ -466,7 +466,7 @@ export default {
         font-size:12px;
         height: 1235px;
         > li {
-          position: relative;
+          /*position: relative;*/
           border: 1px solid #ededed;
           &.active {
             border: 1px solid #2496f1;

+ 1 - 1
pages/mobile/center/vendor/approval/index.vue

@@ -202,7 +202,7 @@
         }
         this.filterParams.page = this.page
         this.filterParams.keyword = this.keyword
-        this.$http.get('/sale/tender/approval/info/search', {params: this.filterParams})
+        this.$http.get('/sale/sample/approval/info/search', {params: this.filterParams})
           .then(res => {
             if (Reset) {
               this.orderList = []

+ 2 - 2
pages/mobile/center/vendor/sample/index.vue

@@ -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,