客户评价

This commit is contained in:
‘huanghaiixia’
2025-12-19 10:26:01 +08:00
parent 325e8d5a08
commit f0923dfd6c
4 changed files with 96 additions and 80 deletions

View File

@ -343,7 +343,7 @@
() => props.id,
(val) => {
if (val) {
getList(val)
getInfo(val)
}
},
{
@ -368,14 +368,14 @@
onMounted(() => {
getOption()
if (pageId.value) {
getList(pageId.value)
getInfo(pageId.value)
}
});
const uploadListChange = (val) => {
dataFile.value = val
}
async function getList(id) {
async function getInfo(id) {
spinning.value = true
try {
let data = await getLngSupplier(id)
@ -553,7 +553,7 @@
// data?.id && (formState.id = data.id)
// data?.suCode && (Object.assign(formState, {cuCode: data?.suCode}))
if (data?.id) {
getList(data?.id)
getInfo(data?.id)
}
// 同意保存不提示
if (!type) {