update 车型项目库
This commit is contained in:
@@ -121,7 +121,9 @@ export default {
|
||||
add () {
|
||||
this.form.resetFields()
|
||||
this.visible = true
|
||||
this.model.projectSource = ProjectSource.ADD.value
|
||||
this.model = {
|
||||
projectSource: ProjectSource.ADD.value
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(this.model)
|
||||
})
|
||||
|
||||
@@ -481,6 +481,10 @@ export default {
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 跳转详情页
|
||||
* @param id
|
||||
*/
|
||||
toDetailPage ({ id }) {
|
||||
this.$openPageNewSheet({
|
||||
path: '/standardRegulationLibrary/DomesticStandardDetail',
|
||||
|
||||
Reference in New Issue
Block a user