From fcfa50cf224f515baffb647d75f53797575be8df Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期三, 18 六月 2025 11:00:01 +0800 Subject: [PATCH] pda报工单元测试 --- pages/product/cancelReport/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/product/cancelReport/index.vue b/pages/product/cancelReport/index.vue index c6d17d5..5e68b36 100644 --- a/pages/product/cancelReport/index.vue +++ b/pages/product/cancelReport/index.vue @@ -182,7 +182,7 @@ onShow() { let that = this; uni.$off("scan"); // 姣忔杩涙潵鍏� 绉婚櫎鍏ㄥ眬鑷畾涔変簨浠剁洃鍚櫒 - if ((form.moNO = null)) { + if ((that.form.moNO = null)) { uni.showToast({ icon: "none", title: "璇峰厛閫夋嫨璁㈠崟鍙凤紒", @@ -190,7 +190,7 @@ }); return; } - if ((form.moNO = null)) { + if ((that.form.moNO = null)) { uni.showToast({ icon: "none", title: "鎵弿鐨勪簩缁寸爜涓庤璁㈠崟涓嶄竴鑷�", -- Gitblit v1.9.3