生产计划-组长问题修复 4.18

zhc4dev
zhc077 2 years ago
parent 16cd8ca4d7
commit 410881b015
  1. 2
      ant-design-vue-jeecg/src/views/productplan/modules/ZyProductPlanForm.vue

@ -186,7 +186,7 @@ export default {
}, },
// //
getEnterprisesManagerValChange() { getEnterprisesManagerValChange() {
// this.teamLeaderVal = "sys_user,realname,id,id=(select enterprises_manager from groupx where id='" + this.model.teamId + "')"; this.teamLeaderVal = "sys_user,realname,id,id=(select enterprises_manager from groupx where id='" + this.model.teamId + "')";
let that = this; let that = this;
let param = { let param = {
"id": that.model.teamId, "id": that.model.teamId,

Loading…
Cancel
Save