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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@ import request from './request.js'
// 版本更新测试 // 版本更新测试
export const pdaUpdate = () => request({ export const pdaUpdate = () => request({
url:'api/pda/update' url:'api/pda//iosout/update'
}) })
// export const pdaUpdate = () => { // export const pdaUpdate = () => {
// let res = { // let res = {