jiminglei 1 year ago
parent 94f7054d43
commit 9dd66a0590
  1. 4
      psdc-ui/src/views/system/model/index.vue

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

Loading…
Cancel
Save