update 标准化活动-统计列表
This commit is contained in:
+2
-1
@@ -208,7 +208,7 @@ export default {
|
||||
add (record) {
|
||||
this.title = this.$t('newlyAdded')
|
||||
this.visible = true
|
||||
record.standardizationType = StandardizedActivityType.nameOfIndex(record.level + 1 + '')
|
||||
record.standardizationType = StandardizedActivityType.secondLevelBidCommittee.text
|
||||
this.model = Object.assign({}, record)
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(this.model)
|
||||
@@ -229,6 +229,7 @@ export default {
|
||||
queryTableDataById({ id }).then(res => {
|
||||
if (res.success) {
|
||||
const result = res.result || {}
|
||||
// 基础信息
|
||||
this.model = Object.assign({}, result.lawsStandardization || {})
|
||||
this.$nextTick(() => {
|
||||
this.form.setFieldsValue(this.model)
|
||||
|
||||
Reference in New Issue
Block a user