From fcac8dfb49248569351f170deed4606db7718b9c Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 08 九月 2023 15:55:41 +0800 Subject: [PATCH] 修改参照setValue --- Source/UBCS-WEB/src/views/integration/applicationForm.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/integration/applicationForm.vue b/Source/UBCS-WEB/src/views/integration/applicationForm.vue index 6cd1ac7..a6c4e23 100644 --- a/Source/UBCS-WEB/src/views/integration/applicationForm.vue +++ b/Source/UBCS-WEB/src/views/integration/applicationForm.vue @@ -29,6 +29,7 @@ stateParam: {}, option: { height: "auto", + tip:false, index: true, border: true, addBtn: false, @@ -172,4 +173,4 @@ }, } } -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3