Compare commits
2 Commits
5021be5ea7
...
f87ba4dd24
Author | SHA1 | Date | |
---|---|---|---|
f87ba4dd24 | |||
0f33730f93 |
2629
package-lock.json
generated
2629
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)
|
app.use(router)
|
||||||
//使用pinia
|
//使用pinia
|
||||||
app.use(pinia)
|
app.use(pinia)
|
||||||
|
|
||||||
app.mount('#app')
|
app.mount('#app')
|
||||||
|
|
|
@ -86,7 +86,6 @@ onMounted(() => {
|
||||||
|
|
||||||
})
|
})
|
||||||
const AddCoupon = async () => {
|
const AddCoupon = async () => {
|
||||||
console.log(form)
|
|
||||||
const values = Object.values(form.value);
|
const values = Object.values(form.value);
|
||||||
if (values.some(value => value === null || value === undefined || value === '')) {
|
if (values.some(value => value === null || value === undefined || value === '')) {
|
||||||
ElMessage({
|
ElMessage({
|
||||||
|
|
|
@ -135,9 +135,9 @@ onMounted(() => {
|
||||||
getCouponsList()
|
getCouponsList()
|
||||||
})
|
})
|
||||||
|
|
||||||
const handleSelectionChange = (row: any) => {
|
// const handleSelectionChange = (row: any) => {
|
||||||
id.value = JSON.parse(JSON.stringify(row));
|
// id.value = JSON.parse(JSON.stringify(row));
|
||||||
}
|
// }
|
||||||
const DialogVisible = ref(false)
|
const DialogVisible = ref(false)
|
||||||
const total = ref(0)
|
const total = ref(0)
|
||||||
const tableData : any= ref([])
|
const tableData : any= ref([])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user