Commit 4a64b74f by yiyu.li

bugs

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