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