|
@@ -101,7 +101,6 @@ export default {
|
|
|
submitForm(formName) {
|
|
|
this.$refs[formName].validate(valid => {
|
|
|
if (valid) {
|
|
|
- console.log(this.dyForm);
|
|
|
switch (this.dialogStatus) {
|
|
|
case 1 /* 添加 */:
|
|
|
this.form.parentId = this.addOrEditThis.id;
|
|
@@ -206,7 +205,6 @@ export default {
|
|
|
},
|
|
|
// 节点后的编辑
|
|
|
edit(data) {
|
|
|
- console.log(data);
|
|
|
this.showDialog = true;
|
|
|
this.dialogStatus = 2;
|
|
|
this.title = {
|
|
@@ -232,7 +230,6 @@ export default {
|
|
|
data: { id: data.id },
|
|
|
success: res => {
|
|
|
this.getSubNodeList(this.id);
|
|
|
- console.log(res);
|
|
|
this.$message.success("删除成功!");
|
|
|
},
|
|
|
fail: err => {
|