This commit is contained in:
2025-07-15 16:54:03 +08:00
parent a2f7cedc05
commit 655197a2b7
4 changed files with 4 additions and 5 deletions

View File

@@ -25,8 +25,7 @@
<script>
import { RSAencrypt } from '@/utils/jsencrypt.js'
import {pdaUpdate} from '@/utils/getData2.js'
import {handLogin} from '@/utils/getData3.js'
import {pdaUpdate, handLogin} from '@/utils/getData3.js'
import UpGrade from './upgrade.vue'
export default {
components: {

View File

@@ -168,7 +168,7 @@
},
async _callMaterialConfirm () {
this.disabled = true
if (!this.val1 || !this.val2 || !this.dataList.length) {
if (!this.dataList.length) {
this.disabled = false
return
}

View File

@@ -22,7 +22,7 @@
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
</view>
</view>
<view class="zd-row border-bottom">
<view class="zd-row border-bottom" v-show="index !== '2'">
<view class="zd-col-7">
<span class="filter_label">目标站点</span>
</view>