Commit d0ea39b7 authored by dragondean@qq.com's avatar dragondean@qq.com

价格编辑的bug

parent 24e04178
......@@ -885,7 +885,7 @@ export default {
if(data.lineChannelList.length < 1){
return this.$message.error(this.$t('请选择需要修改的路线'))
}
await this.$confirm(this.t("已选择{route}条路线,确认提交?", {route: data.lineChannelList.length}))
await this.$confirm(this.$t("已选择{route}条路线,确认提交?", {route: data.lineChannelList.length}))
data.productIdList = [this.form.productId]
this.loading = true
batchUpdateProductPrice(data).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment