|
@@ -280,7 +280,7 @@ export default {
|
|
|
this.$refs['dialogForm'].validate(async valid => {
|
|
|
if (valid) {
|
|
|
this.booLock = true
|
|
|
- const data = await this.$fetch('', this.dialogForm, 'get')
|
|
|
+ const data = await this.$fetch('/v1/bar/product/updatezero', this.dialogForm, 'get')
|
|
|
this.booLock = false
|
|
|
if (data.code === 200) {
|
|
|
this.$message.success('设置成功')
|