소스 검색

修改职员

zhaoke 3 년 전
부모
커밋
30c808a13f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/staffManagement/compontents/staffAdd.vue

+ 2 - 1
src/views/staffManagement/compontents/staffAdd.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2022-02-10 14:49:20
- * @LastEditTime: 2022-02-16 16:27:48
+ * @LastEditTime: 2022-02-16 16:48:33
  * @LastEditors: Please set LastEditors
  * @Description: 编辑职员
  * @FilePath: \Foshan4A4.0\src\views\staffManagement\compontents\staffEdit.vue
@@ -209,6 +209,7 @@ export default {
         this.data = [val];
         if (this.orgTypes == 'org') {
           this.orgCheckedKeys = [this.OrganId];
+          this.getJobListByOrgan(this.OrganId);
         }
       },
       deep: true,