bug 78625

This commit is contained in:
赵霄
2023-12-05 09:20:15 +08:00
parent 0b1faf7e2b
commit a856960218
@@ -600,6 +600,7 @@ export default {
const params = {
lawsCustomCompareInfo: Object.assign(this.modal, this.form.getFieldsValue())
}
params.lawsCustomCompareInfo.hiddenTable = this.isStartComparison ? YesOrNoEnum.YES.value : YesOrNoEnum.NO.value
params.standardNumber = value
saveStandard(params).then(res => {
if (res.success) {