Compare commits
2 Commits
5021be5ea7
...
f87ba4dd24
Author | SHA1 | Date | |
---|---|---|---|
f87ba4dd24 | |||
0f33730f93 |
2461
package-lock.json
generated
2461
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -18,4 +18,5 @@ app.use(ElementPlus, {size: 'small'})
|
|||
app.use(router)
|
||||
//使用pinia
|
||||
app.use(pinia)
|
||||
|
||||
app.mount('#app')
|
||||
|
|
|
@ -86,7 +86,6 @@ onMounted(() => {
|
|||
|
||||
})
|
||||
const AddCoupon = async () => {
|
||||
console.log(form)
|
||||
const values = Object.values(form.value);
|
||||
if (values.some(value => value === null || value === undefined || value === '')) {
|
||||
ElMessage({
|
||||
|
|
|
@ -135,9 +135,9 @@ onMounted(() => {
|
|||
getCouponsList()
|
||||
})
|
||||
|
||||
const handleSelectionChange = (row: any) => {
|
||||
id.value = JSON.parse(JSON.stringify(row));
|
||||
}
|
||||
// const handleSelectionChange = (row: any) => {
|
||||
// id.value = JSON.parse(JSON.stringify(row));
|
||||
// }
|
||||
const DialogVisible = ref(false)
|
||||
const total = ref(0)
|
||||
const tableData : any= ref([])
|
||||
|
|
Loading…
Reference in New Issue
Block a user