|
@@ -134,12 +134,12 @@ export default {
|
|
addTableApi(this.configUrl.edit,{
|
|
addTableApi(this.configUrl.edit,{
|
|
...params,
|
|
...params,
|
|
}).then(response => {
|
|
}).then(response => {
|
|
- this.$modal.msgSuccess("发货成功");
|
|
|
|
|
|
+ this.$modal.msgSuccess("操作成功");
|
|
this.loading = false
|
|
this.loading = false
|
|
this.open = false;
|
|
this.open = false;
|
|
this.$emit('refresh')
|
|
this.$emit('refresh')
|
|
}).catch(()=>{
|
|
}).catch(()=>{
|
|
- this.$message.error("发货失败!!!");
|
|
|
|
|
|
+ this.$message.error("操作失败!!!");
|
|
this.loading = false
|
|
this.loading = false
|
|
})
|
|
})
|
|
}
|
|
}
|