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