Browse Source

去掉无效的日志

master
zhaoxuebing 8 months ago
parent
commit
0ab84714bc
  1. 1
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

1
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -129,7 +129,6 @@ const updataTableColumns = (val) => {
const searchTableSuccess = (formField, searchField, val, formRef, type, row) => {
nextTick(() => {
if (type == 'tableForm') {
console.log("EEEEEEE",val[0])
//
row[formField] = val[0][searchField]
row['supplierCode'] = val[0]['supplierCode']

Loading…
Cancel
Save