修复无法新建报表bug
This commit is contained in:
		
							parent
							
								
									9206115df3
								
							
						
					
					
						commit
						a4ec7e98cb
					
				@ -95,7 +95,7 @@ export default {
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    async addForm() {
 | 
					    async addForm() {
 | 
				
			||||||
      const input = JSON.parse(JSON.stringify(this.form))
 | 
					      const input = JSON.parse(JSON.stringify(this.form))
 | 
				
			||||||
      input['data'] = JSON.stringify(this.Data)
 | 
					      input['data'] = JSON.stringify(this.data)
 | 
				
			||||||
      const res = await AddReportTable(input)
 | 
					      const res = await AddReportTable(input)
 | 
				
			||||||
      if (res.code != 0) {
 | 
					      if (res.code != 0) {
 | 
				
			||||||
        this.$message({
 | 
					        this.$message({
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user