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