From f586ef5ed3eb22d37b0681e44b3b7900039d1bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Mon, 23 Sep 2024 17:30:21 +0800 Subject: [PATCH] no message --- pages/manage/call-mater.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/manage/call-mater.vue b/pages/manage/call-mater.vue index 4e6eda4..979eef3 100644 --- a/pages/manage/call-mater.vue +++ b/pages/manage/call-mater.vue @@ -125,6 +125,9 @@ this.index = '' this.dataList = [] this.disabled = false + this.pkId = '' + this.show = false + this.popList = [] }, async _selectOrderByRegion () { let res = await selectOrderByRegion(this.index, this.val1) @@ -146,7 +149,7 @@ return } try { - let res = await callMater(this.popList, this.val1, this.index) + let res = await callMater(this.popList, this.val1, this.pkId) this.clearUp() uni.showToast({ title: res.msg,