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

纪实调试

parent e8e47e45
...@@ -187,10 +187,10 @@ export default { ...@@ -187,10 +187,10 @@ export default {
getQRcode(info) { getQRcode(info) {
// 发送请求 // 发送请求
post( post(
'/ScanCodeRecord/scanCode', '/ExtScanCodeRecord/scanCode',
{ {
allocateNo: info, // 记录卡号 allocateNo: info, // 记录卡号
keyID: this.tableId extSupportingItemId: this.tableId
} }
) )
.then((res) => { .then((res) => {
...@@ -227,7 +227,7 @@ export default { ...@@ -227,7 +227,7 @@ export default {
operator: 'REMOVE' operator: 'REMOVE'
} }
// 发送请求 // 发送请求
post('/ScanCodeRecord/recursion', params) post('/ExtScanCodeRecord/recursion', params)
.then((res) => { .then((res) => {
if (res.message.includes('成功')) { if (res.message.includes('成功')) {
this.$parent.$parent.$parent.$refs.header.getTableData() 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