Commit 755fb71a authored by 李苏's avatar 李苏 💬

调整

parent f4536a39
......@@ -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列是否填写了相应的值!')
}
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment