Browse Source

应付对账、应收对账调整同步月份选择器

shenjunjie 7 years ago
parent
commit
a99c626e8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/mobile/center/vendor/btobapCheck.vue

+ 1 - 1
pages/mobile/center/vendor/btobapCheck.vue

@@ -848,7 +848,7 @@
       },
       // 提交对账单
       submitCheck() {
-        this.$http.post('sale/apCheck/operation/updateStatus?id=' + this.isShowApcheckList.id).then(res => {
+        this.$http.post('/sale/apCheck/operation/updateStatus?id=' + this.isShowApcheckList.id).then(res => {
           this.setRemindText('新增成功')
           this.isShowApcheckList.showApcheck = false
           this.isShowApcheckList.show = false