Commit 99377d9b by Thews

20231214wangwansu

1 parent 41d7773e
...@@ -321,7 +321,6 @@ export default { ...@@ -321,7 +321,6 @@ export default {
gtEleRelList() { gtEleRelList() {
gtEleRelList().then(res => { gtEleRelList().then(res => {
if (res.code == 200) { if (res.code == 200) {
console.log(res.data);
this.tableData2 = res.data; this.tableData2 = res.data;
} }
}); });
...@@ -349,7 +348,6 @@ export default { ...@@ -349,7 +348,6 @@ export default {
}, },
// 所有操作 // 所有操作
operate(type,item){ operate(type,item){
console.log(type,item);
this.openType = type; this.openType = type;
if (type == "add") { if (type == "add") {
this.add_dialog = true; this.add_dialog = true;
......
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
}, },
methods: { methods: {
handleClick(tab) { handleClick(tab) {
console.log(tab); // console.log(tab);
}, },
}, },
} }
......
...@@ -343,16 +343,12 @@ export default { ...@@ -343,16 +343,12 @@ export default {
}); });
this.get_dialog_select2().then(res => { this.get_dialog_select2().then(res => {
this.search_select2 = res; this.search_select2 = res;
console.log(this.search_select2);
}); });
}, },
created() { created() {
}, },
methods: { methods: {
keyupChange(e){
console.log(e);
},
// 查询列表 // 查询列表
getList() { getList() {
getYMXZDGLlist(this.params).then(res => { getYMXZDGLlist(this.params).then(res => {
...@@ -544,7 +540,6 @@ export default { ...@@ -544,7 +540,6 @@ export default {
this.add_dialog2 = true; this.add_dialog2 = true;
this.title2 = "编辑字典属性"; this.title2 = "编辑字典属性";
this.formData2 = scopeRow; this.formData2 = scopeRow;
console.log(this.formData2);
break; break;
// 保存 // 保存
case 'save': case 'save':
......
...@@ -499,7 +499,6 @@ export default { ...@@ -499,7 +499,6 @@ export default {
this.add_dialog2 = true; this.add_dialog2 = true;
this.title2 = "编辑字典属性"; this.title2 = "编辑字典属性";
this.formData2 = scopeRow; this.formData2 = scopeRow;
console.log(this.formData2);
break; break;
// 保存 // 保存
case 'save': case 'save':
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!