xiugai
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user