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