Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
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
3e93923b
authored
2025-06-27 16:46:00 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
建表加载条
1 parent
d985bddc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/data_meta/dimTableCreateManual.vue
src/views/data_meta/tableCreateManual.vue
src/views/data_meta/dimTableCreateManual.vue
View file @
3e93923
...
...
@@ -110,9 +110,9 @@ onBeforeMount(() => {
getCharacterListData
();
if
(
route
.
query
.
metaStandard
)
{
tableCreateInfo
.
value
.
tableData
[
0
].
chName
=
route
.
query
.
standardName
;
tableCreateInfo
Loading
.
value
=
true
;
fullscreen
Loading
.
value
=
true
;
getMetaStandardDsField
(
route
.
query
.
metaStandard
).
then
((
res
:
any
)
=>
{
tableCreateInfo
Loading
.
value
=
false
;
fullscreen
Loading
.
value
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableCreateInfo
.
value
.
tableFields
=
res
.
data
?.
map
((
d
,
i
)
=>
{
d
.
orderNum
=
i
;
...
...
src/views/data_meta/tableCreateManual.vue
View file @
3e93923
...
...
@@ -112,9 +112,9 @@ onBeforeMount(() => {
getCharacterListData
();
if
(
route
.
query
.
metaStandard
)
{
tableCreateInfo
.
value
.
tableData
[
0
].
chName
=
route
.
query
.
standardName
;
tableCreateInfo
Loading
.
value
=
true
;
fullscreen
Loading
.
value
=
true
;
getMetaStandardDsField
(
route
.
query
.
metaStandard
).
then
((
res
:
any
)
=>
{
tableCreateInfo
Loading
.
value
=
false
;
fullscreen
Loading
.
value
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableCreateInfo
.
value
.
tableFields
=
res
.
data
?.
map
((
d
,
i
)
=>
{
d
.
orderNum
=
i
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment