Browse Source

feat: 文字修改

master
betaqi 1 month ago
parent
commit
4b991ab509
  1. 4
      src/pages/deviceInfo/components/DeliveryInfo.vue

4
src/pages/deviceInfo/components/DeliveryInfo.vue

@ -105,7 +105,7 @@ async function onSave() {
const res = await storageOutDevice(options) const res = await storageOutDevice(options)
if (isResError(res)) return if (isResError(res)) return
message.success('出成功') message.success('出成功')
emit('onSave') emit('onSave')
} }
@ -115,7 +115,7 @@ watch(
if (newVal) { if (newVal) {
loadDeviceStorageInfo() loadDeviceStorageInfo()
} }
} },
) )
async function loadDeviceStorageInfo() { async function loadDeviceStorageInfo() {

Loading…
Cancel
Save