update 标准化活动-统计列表

This commit is contained in:
赵霄
2023-11-07 15:04:08 +08:00
parent 38b4d6e199
commit 394e2ff2b0
13 changed files with 504 additions and 17 deletions
@@ -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)