微调
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
import { type ErrorSystem } from '@/api/device/interface/error';
|
||||
import { type Device } from '@/api/device/interface/device';
|
||||
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
|
||||
if (data.id) {
|
||||
if(data.testState === 0){
|
||||
isSelectDisabled.value = false
|
||||
}else{
|
||||
isSelectDisabled.value = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user