Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isc-v3.1-tmp
isc-web-vue
Commits
5ca2d628
Commit
5ca2d628
authored
Nov 04, 2024
by
ZcyJames
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.基础数据查询
parent
a361b3e7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
index.js
src/page/Frontend/Nxysdb/event/index.js
+8
-0
Mainpanel.vue
src/page/Frontend/Nxysdb/views/Mainpanel.vue
+2
-0
No files found.
src/page/Frontend/Nxysdb/event/index.js
View file @
5ca2d628
...
...
@@ -5,6 +5,14 @@ import Utils from "~/utils";
export
default
{
methods
:
{
async
handleSearch
()
{
let
dtatyp
=
this
.
model
.
nxpp
.
dtatyp
;
if
(
!
dtatyp
||
dtatyp
==
""
)
{
this
.
$notify
.
error
({
title
:
this
.
$t
(
"financing.错误"
),
message
:
this
.
$t
(
"financing.基础数据类型必输!"
),
});
return
;
}
this
.
load
=
true
;
let
rtnmsg
=
await
Api
.
post
(
"/frontend/nxysdb/query"
,
{
...
this
.
model
.
nxpp
,
...
...
src/page/Frontend/Nxysdb/views/Mainpanel.vue
View file @
5ca2d628
...
...
@@ -239,8 +239,10 @@ export default {
handler
(
newVal
)
{
if
(
newVal
==
'2'
)
{
this
.
stmData
.
columns
=
this
.
nxyrellstHead
;
this
.
stmData
.
data
=
""
;
}
else
{
this
.
stmData
.
columns
=
this
.
nxypatlstHead
;
this
.
stmData
.
data
=
""
;
}
},
immediate
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment