Commit fe88d173 authored by XieZhiXiong's avatar XieZhiXiong

fix: 监听单据明细不生效的问题

parent f8ff772e
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-09-16 15:16:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2020-12-23 20:20:35
* @LastEditTime: 2021-01-04 11:22:36
* @Description: 联动逻辑相关
*/
import { Modal } from 'antd';
......@@ -500,7 +500,7 @@ export const useBusinessEffects = (context, actions) => {
});
// 关联明细
onFieldInputChange$('invoicesDetailsRequests').subscribe(fieldState => {
onFieldValueChange$('invoicesDetailsRequests').subscribe(fieldState => {
const { value } = fieldState;
if (!value.length) {
......
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