This commit is contained in:
2026-09-09 16:16:22 +08:00
parent ebffbab428
commit ba3a985c40
3749 changed files with 29 additions and 608551 deletions
@@ -1,13 +0,0 @@
const mCondolence = {
typeList: [],
async getType() {
const {data} = await $.get("/platform/condolence/type/getAll")
data.forEach(v => {
v.text = v.name + '(' + v.code + ')'
v.value = v.id
})
data.unshift({text: "全部类型", value: null})
this.typeList = data
}
}