From 410881b015c06fc756915c04f2ba72079af63a25 Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Tue, 18 Apr 2023 16:21:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E8=AE=A1=E5=88=92-=E7=BB=84?= =?UTF-8?q?=E9=95=BF=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=204.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/productplan/modules/ZyProductPlanForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ant-design-vue-jeecg/src/views/productplan/modules/ZyProductPlanForm.vue b/ant-design-vue-jeecg/src/views/productplan/modules/ZyProductPlanForm.vue index ed53a944..a6dcada4 100644 --- a/ant-design-vue-jeecg/src/views/productplan/modules/ZyProductPlanForm.vue +++ b/ant-design-vue-jeecg/src/views/productplan/modules/ZyProductPlanForm.vue @@ -186,7 +186,7 @@ export default { }, //班组选定,组长自动填充 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 param = { "id": that.model.teamId,