From db13f13c39508acdb0c4a88cbf51c930fb2fba16 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 15 十一月 2024 10:10:17 +0800 Subject: [PATCH] 管理员添加用户之后设置用户密码修改时间为0 --- Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue index f1650ee..5131082 100644 --- a/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue +++ b/Source/plt-web/plt-web-ui/src/components/PLT-basic-component/basicForm.vue @@ -1,6 +1,6 @@ <template> <!--鍔ㄦ�佹ā鏉�--> - <avue-form ref="form" :option="option" v-model="form"> + <avue-form ref="form" :option="option" v-model="form" v-loading="loading"> <template v-for="item in allColumn" :slot="item.prop+ ''"> <vciWebRefer v-if="item.type === 'refer'" @@ -83,6 +83,7 @@ }, data() { return { + loading:false, form: this.formData, option: { menuBtn:false, -- Gitblit v1.9.3