From ac2d51c87cc77895e33561ea124d65338997d188 Mon Sep 17 00:00:00 2001 From: ZQN <364596817@qq.com> Date: 星期三, 04 九月 2024 15:13:30 +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