src/views/layer/attributeList.vue
@@ -5,7 +5,7 @@ > <!-- v-resizable="'right, bottom'" --> <div class="spatialTitle"> <label>属性</label> <label>{{store.state.spatialTitle }}</label> <el-icon @click="setSpatialClose" :size="20" @@ -304,7 +304,6 @@ value: std[i], }); } debugger; condOption.value = str; formSql.value.type = std[0]; }; @@ -323,7 +322,6 @@ watch( () => props.layerData, (nVal, oVal) => { // console.log("值发生了变更", nVal, oVal); startQueryData(); }, { deep: true }