Source/UBCS-WEB/src/views/modeling/status.vue
@@ -123,12 +123,12 @@ this.selectRowData = row; }, applyRangeSearch(){ console.log(this.selectRow); if (!this.selectRow){ if (this.selectRow === ''){ this.$message({ type:"warning", message: "请先选择属性" }) return } getApplyRange(this.selectRowData.id).then(res => { this.applyRangeData = res.data.data;