taest
This commit is contained in:
		
							parent
							
								
									e599f0e50e
								
							
						
					
					
						commit
						c00284da01
					
				@ -1482,7 +1482,7 @@ const _sfc_main = defineComponent({
 | 
			
		||||
    function sx(e) {
 | 
			
		||||
      sxlist.value[e.key] = e.list;
 | 
			
		||||
    }
 | 
			
		||||
    watch(() => [sxlist, tableDataSource], () => {
 | 
			
		||||
    watch(() => [sxlist, props.dataSource], () => {
 | 
			
		||||
      let list = [...props.dataSource];
 | 
			
		||||
      let endlist = [];
 | 
			
		||||
      for (let i in sxlist.value) {
 | 
			
		||||
 | 
			
		||||
@ -19929,7 +19929,7 @@ const _sfc_main$D = defineComponent({
 | 
			
		||||
    function sx(e) {
 | 
			
		||||
      sxlist.value[e.key] = e.list;
 | 
			
		||||
    }
 | 
			
		||||
    watch(() => [sxlist, tableDataSource], () => {
 | 
			
		||||
    watch(() => [sxlist, props.dataSource], () => {
 | 
			
		||||
      let list = [...props.dataSource];
 | 
			
		||||
      let endlist = [];
 | 
			
		||||
      for (let i in sxlist.value) {
 | 
			
		||||
 | 
			
		||||
@ -788,7 +788,7 @@ function sx(e: any) {
 | 
			
		||||
  sxlist.value[e.key] = e.list;
 | 
			
		||||
}
 | 
			
		||||
watch(
 | 
			
		||||
  ()=>[sxlist,tableDataSource],
 | 
			
		||||
  ()=>[sxlist,props.dataSource],
 | 
			
		||||
  () => {
 | 
			
		||||
    // tableDataSource
 | 
			
		||||
    let list: any = [...props.dataSource];
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user