src/views/quality/teststandard/standard-form.vue
@@ -194,8 +194,20 @@ this.visible = true this.$nextTick(() => { this.$refs.dataForm.resetFields() this.dataForm = { id: 0, standardName: '', standardNo: '', remark: '', judgeFormula: '', inspectionType: null, operationId: null, operationNo: null, operationName: null, } if (this.dataForm.id) { getTestStandard(this.dataForm.id).then((response) => { console.log(response.data.data) this.dataForm = response.data.data // this.$refs.templateJudgmentCondition.setVal( // this.dataForm.judgeFormula == null