客户评价
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user