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