|
|
|
@ -345,7 +345,7 @@ const open = ref(true) |
|
|
|
|
const arr = ref([1]) |
|
|
|
|
const point = ref(3.7) |
|
|
|
|
const point1 = ref('78') |
|
|
|
|
const show1 = ref(true) |
|
|
|
|
const show1 = ref(false) |
|
|
|
|
const test1 = ref(null) |
|
|
|
|
const test2= ref(null) |
|
|
|
|
const test3 = ref(null) |
|
|
|
@ -583,7 +583,7 @@ const result = ref({ |
|
|
|
|
yearCost:'', |
|
|
|
|
yearRunCost:'', |
|
|
|
|
safety:'', |
|
|
|
|
deviceList:'', |
|
|
|
|
deviceList:[], |
|
|
|
|
}) |
|
|
|
|
watch(() => addForm.devType, (newVale, oldValue) => { |
|
|
|
|
if (addForm.devType === 1) { |
|
|
|
|