Commit d1170c56 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复单据明细 商品下拉key不唯一的问题

parent 05524c7e
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-16 15:16:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-07 10:21:44
* @LastEditTime: 2021-01-08 10:46:53
* @Description: 联动逻辑相关
*/
import { Modal } from 'antd';
......@@ -526,9 +526,6 @@ export const useBusinessEffects = (context, actions) => {
const current = originAsyncData.find(item => item.id === value);
const invoicesTypeIdVal = getFieldValue('invoicesTypeId');
console.log('value', value)
console.log('current', current)
// 取消选择
if (!value) {
setFieldState(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment