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