zhaoke 3 жил өмнө
parent
commit
30c808a13f

+ 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,