Compare commits

..

No commits in common. "4e0428b95b5a537e9f8a1aa76f4d4bb71c51ab96" and "99e9eff0e08d1fff69a9a5d71ea5f868aa7a0a7d" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -95,7 +95,7 @@
default: () => []
}
});
const emit = defineEmits(['update:modelValue', 'confirm', 'change', 'update:position', 'update:size','close']);
const emit = defineEmits(['update:modelValue', 'confirm', 'change', 'update:position', 'update:size']);
/* ========== 基本可见性 / 同步 ========== */
const visible = ref(props.modelValue);
@ -366,7 +366,6 @@
function cancel() {
visible.value = false;
emit('close');
}
/* ========== boxStyle ========== */

View File

@ -1013,7 +1013,7 @@
<!-- <u-select v-model="opencgr" :list="cgrlist" label-name="cgBy" value-name="cgBy" ></u-select> -->
<!-- <u-select v-model="opengys" :list="gyslist" label-name="suppliersName" value-name="suppliers" ></u-select> -->
<superpicker v-model:modelValue="opengys" :columns="[gyslist]" nameKey="suppliersName" :init-left="80" :init-top="120" :init-width="360"
:init-height="360" @close="opengys=false" @confirm="gysclick" />
:init-height="360" />
</view>
</template>
@ -1029,11 +1029,6 @@
const opengaijia = ref(false);
const openjianhuo = ref(false);
const opendata = ref(false);
const gysclick = (res:any) => {
console.log("///",res);
opengys.value=false;
}
const openjianhuoclick = () => {
openjianhuo.value = true;