Browse Source

fix:[模板管理]修改

lkf
15881625488@163.com 2 months ago
parent
commit
dee1420ace
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      src/views/business/comps/select/SelectTemplate.vue
  2. +0
    -1
      src/views/business/comps/select/SelectTemplateDialog.vue

+ 1
- 1
src/views/business/comps/select/SelectTemplate.vue View File

@ -31,7 +31,7 @@ export default {
}, },
studyType: { studyType: {
type: Number, type: Number,
default: null
default: 20
}, },
}, },
watch: { watch: {

+ 0
- 1
src/views/business/comps/select/SelectTemplateDialog.vue View File

@ -74,7 +74,6 @@ export default {
this.selectedId = row.id this.selectedId = row.id
}, },
show(val) { show(val) {
debugger
this.searchForm=_.merge({}, this.searchForm, val) this.searchForm=_.merge({}, this.searchForm, val)
this.selectedId=null this.selectedId=null
this.search() this.search()

Loading…
Cancel
Save