微调
This commit is contained in:
@@ -94,6 +94,7 @@
|
|||||||
import { type ErrorSystem } from '@/api/device/interface/error';
|
import { type ErrorSystem } from '@/api/device/interface/error';
|
||||||
import { type Device } from '@/api/device/interface/device';
|
import { type Device } from '@/api/device/interface/device';
|
||||||
import { Loading } from '@element-plus/icons-vue/dist/types';
|
import { Loading } from '@element-plus/icons-vue/dist/types';
|
||||||
|
import { truncate } from 'lodash';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -290,6 +291,8 @@ const open = async (sign: string,
|
|||||||
isSelectDisabled.value = false
|
isSelectDisabled.value = false
|
||||||
if (data.id) {
|
if (data.id) {
|
||||||
if(data.testState === 0){
|
if(data.testState === 0){
|
||||||
|
isSelectDisabled.value = false
|
||||||
|
}else{
|
||||||
isSelectDisabled.value = true
|
isSelectDisabled.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user