wwp 2 달 전
부모
커밋
2d3dfc6ad5
4개의 변경된 파일5개의 추가작업 그리고 16개의 파일을 삭제
  1. +5
    -2
      SafeCampus.WEB/src/views/userManage/clothing/index.vue
  2. +0
    -5
      SafeCampus.WEB/src/views/userManage/keyPersonnel/components/form/form_basic.vue
  3. +0
    -4
      SafeCampus.WEB/src/views/userManage/keyPersonnel/index.vue
  4. +0
    -5
      SafeCampus.WEB/src/views/userManage/personnel/components/form/form_basic.vue

+ 5
- 2
SafeCampus.WEB/src/views/userManage/clothing/index.vue 파일 보기

@@ -10,7 +10,7 @@
label="clothSetName"
id="clothSetId"
width="300px"
:show-all="false"
:show-all="true"
:request-api="userManageClothApi.getList"
@change="changeTreeFilter"
>
@@ -171,13 +171,16 @@ function changeTreeFilter(val: number | string) {
}
// 获取列表
const getList = (clothSetId:any)=>{
if(!clothSetId) return false
// if(!clothSetId) return false
userManageClothApi.page({clothSetId:clothSetId}).then((resp:any)=>{
if(resp.code == 200){
tableData.value = resp.data
}
})
}
onMounted(() => {
getList(clothSetId.value)
})
</script>
<style scoped lang="scss">
.table-box {


+ 0
- 5
SafeCampus.WEB/src/views/userManage/keyPersonnel/components/form/form_basic.vue 파일 보기

@@ -56,11 +56,6 @@
<s-input v-model="userInfo.phone"></s-input>
</s-form-item>
</el-col>
<el-col :span="12">
<s-form-item label="扩展字段" prop="extData">
<s-input v-model="userInfo.extData"></s-input>
</s-form-item>
</el-col>
</el-row>
</div>
</div>


+ 0
- 4
SafeCampus.WEB/src/views/userManage/keyPersonnel/index.vue 파일 보기

@@ -103,10 +103,6 @@ const columns: ColumnProps<SysUserPersonnel.SysUserPerInfo>[] = [
prop: "age",
label: "年龄"
},
{
prop: "personSetName",
label: "所属班级",
},
{ prop: "operation", label: "操作", width: 250, fixed: "right" }
];
const viewHeadImage = (scope: any) => {


+ 0
- 5
SafeCampus.WEB/src/views/userManage/personnel/components/form/form_basic.vue 파일 보기

@@ -72,11 +72,6 @@
<s-input v-model="userInfo.phone"></s-input>
</s-form-item>
</el-col>
<el-col :span="12">
<s-form-item label="扩展字段" prop="extData">
<s-input v-model="userInfo.extData"></s-input>
</s-form-item>
</el-col>
</el-row>
</div>
</div>


불러오는 중...
취소
저장