Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4e002d60
authored
2024-01-23 10:38:34 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄
1 parent
589ea350
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
src/views/registerBook/djbFrame.vue
src/views/registerBook/djbFrame.vue
View file @
4e002d6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-11-14 15:43:23
* @LastEditTime: 202
4-01-23 10:37:15
-->
<
template
>
<div
class=
"content"
>
...
...
@@ -94,8 +94,17 @@
};
},
props
:
[
"formData"
],
mounted
()
{
this
.
loadData
(
this
.
formData
.
bdcdyh
);
// mounted () {
// this.loadData(this.formData.bdcdyh);
// },
watch
:
{
'formData.bdcdyh'
:
{
handler
(
newName
,
oldName
)
{
this
.
loadData
(
this
.
formData
.
bdcdyh
);
},
immediate
:
true
,
deep
:
true
}
},
methods
:
{
/**
...
...
Please
register
or
sign in
to post a comment