From a77d6ace592414a119b08db9e0b58d0a2c44028e Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 14 May 2024 17:36:29 +0800 Subject: [PATCH] 11 --- yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue b/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue index 246ded3c24..f09dac9c0c 100644 --- a/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue +++ b/yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue @@ -257,7 +257,7 @@ if (res.success) { this.formobj.createOrgSid = res.data this.formobj.useOrgSid = res.data - req.choiceSupplier(res.data)).then((resp) => { + req.choiceSupplier(res.data).then((resp) => { if (resp.success) { this.supplierNameList = resp.data console.log("aaaaaa", this.supplierNameList);