llj
2026-03-04 5b8b0ba6ebbc1d400f480db7f00b12208927ec40
pages/shoujishouming/form.vue
@@ -310,7 +310,7 @@
         getHEmpList(){
            uni.request({
               url: this.serverUrl + '/Web/GetEmployeeList_Json', 
               data: { Employee: '',HGroupID:0 },
               data: { Employee: '',HGroupID:0, HDeptID: uni.getStorageSync("HDeptID") },
               success: (res) => {
                  if(res.data.count == 1){
                     this.HEmpNameList = res.data.data