mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2025-12-26 07:16:27 +08:00
增加提示
This commit is contained in:
parent
8eb8354d71
commit
003d10f09e
@ -430,15 +430,11 @@ const addOrUpdateRef = ref(null)
|
||||
/**
|
||||
* 可配送区域和运费编辑
|
||||
*/
|
||||
const onAddOrUpdate = (rowIndex) => {
|
||||
addOrUpdateVisible.value = true
|
||||
let allSelectCityList = []
|
||||
for (let i = 1; i < dataForm.value.transfees.length; i++) {
|
||||
const cityList = dataForm.value.transfees[i].cityList
|
||||
allSelectCityList = allSelectCityList.concat(cityList)
|
||||
}
|
||||
nextTick(() => {
|
||||
addOrUpdateRef.value?.init(rowIndex, dataForm.value.transfees[rowIndex].cityList || [], allSelectCityList, 0)
|
||||
const onAddOrUpdate = () => {
|
||||
ElMessage({
|
||||
message: '该功能未开源',
|
||||
type: 'warning',
|
||||
duration: 1500
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user