This commit is contained in:
2023-05-14 13:35:27 +08:00
parent 7fc3cff5ae
commit 3db3e4b4cd
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
<section class="content mgt186">
<div class="filter-wraper">
<div class="bottom-filter-tip">
<div class="filter-label txtjustify">设备编码</div>
<div class="filter-label txtjustify">设备</div>
<div class="fxcol mgl20 visible" >
<dropdown-menu
:option="optionNew1"

View File

@@ -75,7 +75,7 @@ export default {
methods: {
/** 查询区域 */
async _pdaRegion () {
let res = await pdaRegion('send_material')
let res = await pdaRegion('call_material')
if (res.code === '1') {
this.option1 = [...res.result]
this.option1.map(el => {

View File

@@ -83,7 +83,7 @@ export default {
methods: {
/** 查询区域 */
async _pdaRegion () {
let res = await pdaRegion('send_material')
let res = await pdaRegion('send_empty')
if (res.code === '1') {
this.option1 = [...res.result]
this.option1.map(el => {