增加保存配置时的删除
This commit is contained in:
parent
e5a142fad4
commit
52dd69a9a5
|
@ -112,6 +112,9 @@
|
|||
<q-item-section>
|
||||
<q-item-label v-html="opt" />
|
||||
</q-item-section>
|
||||
<q-item-section side>
|
||||
<q-icon name="clear" @click="del_scenes(opt)"></q-icon>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
</q-select>
|
||||
|
@ -643,6 +646,7 @@ export default defineComponent({
|
|||
plan_list.splice(plan_list.findIndex(item => item === name_to_be_deleted.value), 1)
|
||||
name_to_be_deleted.value=''
|
||||
select_configuration_name.value=''
|
||||
save_cover_name.value=''
|
||||
}
|
||||
const now_selsect_projector=ref("0-0")
|
||||
const currently_selected_projector = (value: string) => {
|
||||
|
|
Loading…
Reference in New Issue