Browse Source

feat: 文字修改

master
betaqi 3 months 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() { @@ -105,7 +105,7 @@ async function onSave() {
const res = await storageOutDevice(options)
if (isResError(res)) return
message.success('出成功')
message.success('出成功')
emit('onSave')
}
@ -115,7 +115,7 @@ watch( @@ -115,7 +115,7 @@ watch(
if (newVal) {
loadDeviceStorageInfo()
}
}
},
)
async function loadDeviceStorageInfo() {

Loading…
Cancel
Save