Update dailyInspection.vue
This commit is contained in:
parent
13e96aef22
commit
59d96b7d17
|
@ -80,7 +80,7 @@ import './dailyInspection.scss'
|
|||
import { ref, computed, reactive, watch } from 'vue'
|
||||
import api from '@/request/index'
|
||||
import { useDailyStore } from '@/store/daily'
|
||||
|
||||
const starRating = ref<any[]>([])
|
||||
const store = useDailyStore()
|
||||
const daily = computed(() => store.getdailyinspection)
|
||||
const base64_1 = computed(() => store.get_base64_1)
|
||||
|
@ -124,7 +124,7 @@ const mydailycolorschools = ref('')
|
|||
useLoad(async () => {
|
||||
await getUnitEnterprisesUnitList()
|
||||
})
|
||||
const starRating = ref<any[]>([])
|
||||
|
||||
const Onrating = function (name: string, snowFlakeId: string) {
|
||||
let index = starRating.value.findIndex((item) => item.snowFlakeId === snowFlakeId)
|
||||
Taro.navigateTo({
|
||||
|
|
Loading…
Reference in New Issue