guoxing 12 months ago
parent
commit
a77d6ace59
  1. 2
      yxt-as-ui/src/views/storage/deliveryNotice/receiptAdd.vue

2
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);

Loading…
Cancel
Save