Commit a0fe9316 authored by “lixuyan”'s avatar “lixuyan”

纪实调试

parent e8e47e45
......@@ -187,10 +187,10 @@ export default {
getQRcode(info) {
// 发送请求
post(
'/ScanCodeRecord/scanCode',
'/ExtScanCodeRecord/scanCode',
{
allocateNo: info, // 记录卡号
keyID: this.tableId
extSupportingItemId: this.tableId
}
)
.then((res) => {
......@@ -227,7 +227,7 @@ export default {
operator: 'REMOVE'
}
// 发送请求
post('/ScanCodeRecord/recursion', params)
post('/ExtScanCodeRecord/recursion', params)
.then((res) => {
if (res.message.includes('成功')) {
this.$parent.$parent.$parent.$refs.header.getTableData()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment