Browse Source

弹框修改

master
shenzhouyu 4 months ago
parent
commit
088348bf17
  1. 4
      src/views/modules/project/modules/projectPartForm.vue
  2. 6
      src/views/modules/property/propertyTemplate.vue

4
src/views/modules/project/modules/projectPartForm.vue

@ -322,8 +322,8 @@ export default {
})
},
selectProjectPartFinish(row){
this.model.partCode = row.partno
this.model.partName = row.partdescription
this.$set(this.model,'partCode',row.partno)
this.$set(this.model,'partName',row.partdescription)
this.partVisible = false
},
deviceFinished(row) {

6
src/views/modules/property/propertyTemplate.vue

@ -625,9 +625,9 @@ export default {
...row,
}
} else {
if (this.templateQuery.functionType) {
this.saveForm.functionType = this.templateQuery.functionType
}
this.saveForm = JSON.parse(JSON.stringify({}))
this.$set(this.saveForm,'active','Y')
}
this.saveVisible = true
},

Loading…
Cancel
Save