寻找牌位接口请求修改
This commit is contained in:
parent
cd6d401239
commit
4adf0b0684
|
|
@ -313,13 +313,13 @@ export default {
|
|||
// const { type } = await this.promptSearchParams();
|
||||
const payload = {
|
||||
memorialId: String(this.selectedUnitId),
|
||||
type: "3",
|
||||
timeout: "11",
|
||||
// type: "3",
|
||||
// timeout: "11",
|
||||
};
|
||||
await this.performPut(
|
||||
`/app/memorial/searchMemorail`,
|
||||
payload,
|
||||
"handleSearchMemorial",
|
||||
`/app/memorial/searchMemorail/${this.selectedUnitId}`,
|
||||
// payload,
|
||||
// "handleSearchMemorial",
|
||||
);
|
||||
} catch (e) {
|
||||
if (
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user