This commit is contained in:
		
							parent
							
								
									b13a34ae70
								
							
						
					
					
						commit
						1f3291fd42
					
				|  | @ -57,10 +57,11 @@ function doQuery(props, hid, bids, rows) { | |||
|                 values.cmaterialvidName = { | ||||
|                     value: form.rows[0].values["cmaterialvid.name"].value | ||||
|                 }; | ||||
|                 values.cmaterialvidDef26 = { | ||||
|                 if(undefined !=form.rows[0].values["cmaterialvid.def26"]){ | ||||
|                     values.cmaterialvidDef26 = { | ||||
|                     value: form.rows[0].values["cmaterialvid.def26"].value | ||||
|                 }; | ||||
|                  | ||||
|                   }; | ||||
|                 } | ||||
|                 let rowItem = { | ||||
|                     isOptimized: false, | ||||
|                     status: '0', | ||||
|  |  | |||
|  | @ -488,7 +488,7 @@ export default function (props, key, text, record, index) { | |||
|                 data: data, | ||||
|                 success: (res) => { | ||||
|                     if(res.success){ | ||||
|                         props.table.setAllTableData("NCTable_3c81fe87", res.data.data[0].card_body.rows); | ||||
|                         props.table.setAllTableData("NCTable_3c81fe87", res.data);//[0].card_body.rows
 | ||||
|                         props.modal.show("NCTable_3c81fe87"); | ||||
|                         toast({ content: "查询成功", color: 'success' }); | ||||
|                     } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue