test table
This commit is contained in:
		
							parent
							
								
									6d66304fe7
								
							
						
					
					
						commit
						2612c8dfbb
					
				@ -1484,7 +1484,7 @@ const _sfc_main = defineComponent({
 | 
				
			|||||||
      sxlist.value[e.key] = e.list;
 | 
					      sxlist.value[e.key] = e.list;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    watch([sxlist, () => props.dataSource], () => {
 | 
					    watch([sxlist, () => props.dataSource], () => {
 | 
				
			||||||
      console.log(JSON.stringify(sxlist.value));
 | 
					      console.log(JSON.stringify(sxlist.value), JSON.stringify(props.dataSource.value));
 | 
				
			||||||
      let list = [...props.dataSource];
 | 
					      let list = [...props.dataSource];
 | 
				
			||||||
      let endlist = [];
 | 
					      let endlist = [];
 | 
				
			||||||
      for (let i in sxlist.value) {
 | 
					      for (let i in sxlist.value) {
 | 
				
			||||||
 | 
				
			|||||||
@ -19931,7 +19931,7 @@ const _sfc_main$D = defineComponent({
 | 
				
			|||||||
      sxlist.value[e.key] = e.list;
 | 
					      sxlist.value[e.key] = e.list;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    watch([sxlist, () => props.dataSource], () => {
 | 
					    watch([sxlist, () => props.dataSource], () => {
 | 
				
			||||||
      console.log(JSON.stringify(sxlist.value));
 | 
					      console.log(JSON.stringify(sxlist.value), JSON.stringify(props.dataSource.value));
 | 
				
			||||||
      let list = [...props.dataSource];
 | 
					      let list = [...props.dataSource];
 | 
				
			||||||
      let endlist = [];
 | 
					      let endlist = [];
 | 
				
			||||||
      for (let i in sxlist.value) {
 | 
					      for (let i in sxlist.value) {
 | 
				
			||||||
 | 
				
			|||||||
@ -792,7 +792,7 @@ watch(
 | 
				
			|||||||
  [sxlist,()=>props.dataSource],
 | 
					  [sxlist,()=>props.dataSource],
 | 
				
			||||||
  () => {
 | 
					  () => {
 | 
				
			||||||
    // tableDataSource
 | 
					    // tableDataSource
 | 
				
			||||||
    console.log(JSON.stringify(sxlist.value))
 | 
					    console.log(JSON.stringify(sxlist.value),JSON.stringify(props.dataSource.value))
 | 
				
			||||||
    let list: any = [...props.dataSource];
 | 
					    let list: any = [...props.dataSource];
 | 
				
			||||||
    let endlist: any = [];
 | 
					    let endlist: any = [];
 | 
				
			||||||
    for (let i in sxlist.value) {
 | 
					    for (let i in sxlist.value) {
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user