Commit 0647a659 by pangchong

feat: 注释

parent 0fa8be33
......@@ -79,9 +79,6 @@
<up-form-item label="计划完成时间" :borderBottom="true">
<global-picker pickAlign="right" clearable mode="date" :emptyValue="-1" placeholder="请选择日期"></global-picker>
</up-form-item>
<up-form-item label="计划完成时间" :borderBottom="true">
<global-select pickAlign="right" v-model="selectValue" clearable></global-select>
</up-form-item>
</view>
</view>
</up-form>
......@@ -95,10 +92,6 @@ import { ref, watch } from 'vue'
const goTo = () => {
uni.navigateTo({ url: 'edit-decompose' })
}
const selectValue = ref('')
watch(selectValue, (value) => {
console.log(value)
})
//开关
const value = ref(true)
const change = (e) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment