Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
755fb71a
Commit
755fb71a
authored
Jan 09, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
f4536a39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
edit.vue
src/views/ywxxgl/jdlcdxgsjs/edit.vue
+6
-2
No files found.
src/views/ywxxgl/jdlcdxgsjs/edit.vue
View file @
755fb71a
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-01-09 15:
35:27
* @LastEditTime: 2025-01-09 15:
54:31
* @FilePath: /zghywpc-vue/src/views/ywxxgl/jdlcdxgsjs/edit.vue
-->
<
template
>
...
...
@@ -228,9 +228,13 @@
if
(
name
.
includes
(
'xlsx'
))
{
this
.
readExcelFile
(
file
.
raw
).
then
(
data
=>
{
console
.
log
(
data
[
16
],
data
)
if
(
data
[
16
][
1
]
&&
data
[
17
][
1
]){
this
.
$refs
.
baseEdit
.
form
.
ryName
=
data
[
16
][
1
]
this
.
$refs
.
baseEdit
.
form
.
hj
=
data
[
17
][
1
]
}
else
{
this
.
$warning
(
'请检查17/18行B列是否填写了相应的值!'
)
}
})
}
...
...
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