|
@@ -726,6 +726,15 @@ onMounted(async () => {
|
|
|
deviceLabel.value = iotMaintain.deviceName
|
|
|
formData.value = iotMaintain
|
|
|
formData.value.status = undefined
|
|
|
+ if (formData.value.type === 'out') {
|
|
|
+ await IotMaintainApi.getApplyUsers("").then((res) => {
|
|
|
+ applyPeoPle.value = res
|
|
|
+ })
|
|
|
+ await IotMaintainApi.getProjectUsers("").then((res) => {
|
|
|
+ debugger
|
|
|
+ projectManager.value = res
|
|
|
+ })
|
|
|
+ }
|
|
|
} else {
|
|
|
formData.value.type = 'in'
|
|
|
formType.value = 'create'
|