Commit 99377d9b by Thews

20231214wangwansu

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