|  | @@ -3544,7 +3544,8 @@ export default {
 | 
											
												
													
														|  |      this.keyupSubmit()
 |  |      this.keyupSubmit()
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    mounted() {
 |  |    mounted() {
 | 
											
												
													
														|  | -    console.log(this.isSupRole(), 'hss')
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // console.log(this.isSupRole(), 'hss')
 | 
											
												
													
														|  | 
 |  | +    this.getWorks()
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  |      // 获取工作类别的数据
 |  |      // 获取工作类别的数据
 | 
											
										
											
												
													
														|  | @@ -4719,7 +4720,7 @@ export default {
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      form_see(row) {
 |  |      form_see(row) {
 | 
											
												
													
														|  |        console.log(row, 'hss')
 |  |        console.log(row, 'hss')
 | 
											
												
													
														|  | -      this.getWorks()
 |  | 
 | 
											
												
													
														|  | 
 |  | +      // this.getWorks()
 | 
											
												
													
														|  |        this.seeTemp = Object.assign({}, row) // copy obj
 |  |        this.seeTemp = Object.assign({}, row) // copy obj
 | 
											
												
													
														|  |        this.activeName = 'first'
 |  |        this.activeName = 'first'
 | 
											
												
													
														|  |        this.dialogStatus = 'card'
 |  |        this.dialogStatus = 'card'
 |