商品管理更新

This commit is contained in:
2024-10-10 16:21:21 +08:00
parent 09781b82e1
commit efa346ade6
5 changed files with 155 additions and 106 deletions

View File

@@ -49,6 +49,7 @@ import { reactive, ref } from 'vue';
emits('del',props.index)
}
function edit(){
uni.$emit('edit:spec',props.data)
uni.setStorageSync('spec',props.data)
go.to('PAGES_PRODUCT_GUIGE_ADD', {
type: 'edit'