Commit 4a64b74f by yiyu.li

bugs

parent d7dada67
...@@ -325,7 +325,6 @@ export default { ...@@ -325,7 +325,6 @@ export default {
this.$Message.success(this.$t(msg)) this.$Message.success(this.$t(msg))
}, },
adddata () { adddata () {
console.log(this.addmtype);
if (this.addmtype === 1) { if (this.addmtype === 1) {
this.addtypename = this.addtypename this.addtypename = this.addtypename
if (this.addtypename === '') { if (this.addtypename === '') {
...@@ -355,8 +354,6 @@ export default { ...@@ -355,8 +354,6 @@ export default {
description: this.adddescription, description: this.adddescription,
title: this.addtitle title: this.addtitle
} }
console.log(data);
// return;
axios.request({ axios.request({
url: '/config/MachineType/AddDcategory', url: '/config/MachineType/AddDcategory',
data: data, data: data,
......
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