From 0e9b58dea98030029d30e86a0460323c8e56b1ec Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期二, 03 九月 2024 14:03:00 +0800 Subject: [PATCH] 新增临时企业 --- policy/policyApply/policyApply.vue | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/policy/policyApply/policyApply.vue b/policy/policyApply/policyApply.vue index 7d8193d..7358cad 100644 --- a/policy/policyApply/policyApply.vue +++ b/policy/policyApply/policyApply.vue @@ -315,6 +315,11 @@ }, setCompany(e) { this.form.companyName = e + this.form.companyCode = '' + this.form.companyId = '' + this.form.companyPhone = '' + this.form.companyUser = '' + this.form.companyAddress = '' }, confirmTime(e) { this.form.planTime = e.year + '-' + e.month+ '-' + + e.day + ' ' + e.hour + ":" + "00:00" -- Gitblit v1.9.1