标签问题

This commit is contained in:
shijingjing
2023-03-02 17:10:18 +08:00
parent d4edd7d0aa
commit 06db47cb0f
4 changed files with 53 additions and 45 deletions

View File

@@ -58,7 +58,6 @@
</div>
</div>
</template>
<script>
import { mapActions } from "vuex";
export default {
@@ -117,7 +116,6 @@ export default {
this.endTime = e.endDate
},
submit() {
console.log(this.deptListArr, 'deptListArr')
uni.setStorageSync('gender',this.sex)
uni.setStorageSync('startTime', this.startTime)
uni.setStorageSync('endTime', this.endTime)