检测值修改

yangwl
shaoyong 4 months ago
parent f374672092
commit 7a093feafb

@ -392,9 +392,7 @@ export default {
},
// 使nextTick
handleResetForm() {
this.$nextTick(() => {
this.dynamicValidateForm.domains = [{ value: ''}];
});
this.dynamicValidateForm.domains = [{ value: ''}];
},
// /YN
@ -412,11 +410,11 @@ export default {
//
/** 检测结果钮操作 */
handleShowValue(row) {
this.handleResetForm();
this.valueOpen = true;
this.recordId = row.recordId;
this.weight = row.weight;
const actualValue = row.actualValue;
console.log(actualValue);
if(actualValue !== null && actualValue !== '') {
this.dynamicValidateForm.domains = [];
let values = actualValue.split(",");

Loading…
Cancel
Save