Merge branch 'main' of http://123.132.248.154:10000/HC_YFZX/CaiYuanYiTiHua
commit
b2cb0bfac5
|
|
@ -20,7 +20,7 @@
|
|||
setModalProps({ confirmLoading: false });
|
||||
console.log(data);
|
||||
mockData.value = data.record;
|
||||
if(data.record?.contentInfo){
|
||||
if(data.record?.contentInfo && !schema.find(item => item.field == 'contentInfo')){
|
||||
schema.push({
|
||||
field: 'contentInfo',
|
||||
label: '内容',
|
||||
|
|
|
|||
Loading…
Reference in New Issue