|
@@ -54,8 +54,6 @@
|
|
|
<fixed-zy-modal ref="FixedZyModal" @close="closeP"></fixed-zy-modal>
|
|
|
<car-sq-modal ref="CarSqModal" @close="closeP"></car-sq-modal>
|
|
|
<material-sl-modal ref="MaterialSlModal" @close="closeP"></material-sl-modal>
|
|
|
- <!-- 技能博物馆人员列表 -->
|
|
|
- <personnel-files-modall-jn ref="personnelFilesModallJn" @close="closeP"></personnel-files-modall-jn>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -63,7 +61,6 @@
|
|
|
import pick from 'lodash.pick'
|
|
|
import todoManageOperation from '../operation/todoManageOperation'
|
|
|
import PersonnelFilesModal from './personnelFilesModal'
|
|
|
-import personnelFilesModallJn from './personnelFilesModallJn'
|
|
|
import CarSqModal from './carSqModal'
|
|
|
import MaterialSlModal from './materialSlModal'
|
|
|
import FixedZyModal from './fixedZyModal'
|
|
@@ -97,7 +94,6 @@ export default {
|
|
|
FixedZyModal,
|
|
|
CarSqModal,
|
|
|
MaterialSlModal,
|
|
|
- personnelFilesModallJn
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
@@ -327,11 +323,6 @@ export default {
|
|
|
this.$refs.DepartmentModal.departmentModVis = true
|
|
|
this.$refs.DepartmentModal.personLists()
|
|
|
},
|
|
|
- // 技能博物馆获取人员信息
|
|
|
- pesonListJn(){
|
|
|
- this.$refs.personnelFilesModallJn.personnelFilesModallJn = true
|
|
|
- this.$refs.personnelFilesModallJn. personLists()
|
|
|
- },
|
|
|
closeP(value){
|
|
|
var that = this
|
|
|
this.cvarr.map(item=>{
|