| | |
| | | if (!this.tipsCodeSecValueMessage(this.codeFixdForm.id)) { |
| | | return; |
| | | } |
| | | this.codeFixdForm.codeFixedSecOid = |
| | | this.codefixedsecOrCodeclassifysec.oid; |
| | | this.codeFixdForm.codeFixedSecOid = this.codefixedsecOrCodeclassifysec.oid; |
| | | addSaveCodeFixedValue(this.codeFixdForm).then( |
| | | () => { |
| | | this.loadFixedValueTableData({ |
| | | oid: this.codefixedsecOrCodeclassifysec.oid, |
| | | }); |
| | | this.clearFixedOrClassifyForm("codefixedsec"); |
| | | this.$refs.crudFixedValue.refreshTable(); |
| | | this.$refs.crudFixedValue.doLayout(); |
| | | this.$message({ |
| | | type: "success", |
| | | message: "操作成功!", |